get_footywire_betting_odds {fitzRoy} | R Documentation |
All get_
functions were replaced with fetch_*
functions.
Please use fetch_betting_odds_footywire()
instead
get_footywire_betting_odds(
start_season = "2010",
end_season = lubridate::year(Sys.Date())
)
#
## Not run:
get_footywire_betting_odds(2017, 2018)
# ->
fetch_betting_odds_footywire(2017, 2018)
## End(Not run)