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