get_fixture {fitzRoy} | R Documentation |
All get_
functions were replaced with fetch_*
functions.
Please use fetch_fixture_footywire()
instead
get_fixture(season = lubridate::year(Sys.Date()), convert_date = FALSE)
#
## Not run:
get_fixture(2020)
# ->
fetch_fixture_footywire(2020)
## End(Not run)