All get_ functions were replaced with fetch_* functions.
Please use fetch_fixture_footywire() instead
Examples
#
if (FALSE) { # \dontrun{
get_fixture(2020)
# ->
fetch_fixture_footywire(2020)
} # }
All get_ functions were replaced with fetch_* functions.
Please use fetch_fixture_footywire() instead
#
if (FALSE) { # \dontrun{
get_fixture(2020)
# ->
fetch_fixture_footywire(2020)
} # }