All get_ functions were replaced with fetch_* functions.
Please use fetch_fixture_afl() instead
Examples
#
if (FALSE) { # \dontrun{
get_afl_fixture(2020, 1)
# ->
fetch_fixture_afl(2020, 1, "AFLM")
} # }
All get_ functions were replaced with fetch_* functions.
Please use fetch_fixture_afl() instead
#
if (FALSE) { # \dontrun{
get_afl_fixture(2020, 1)
# ->
fetch_fixture_afl(2020, 1, "AFLM")
} # }