get_footywire_match_results {fitzRoy} | R Documentation |
Get footywire Match Results
Description
All get_
functions were replaced with fetch_*
functions.
Please use fetch_results_footywire()
instead
Usage
get_footywire_match_results(season, last_n_matches = NULL)
Examples
#
## Not run:
get_footywire_match_results(2020, 1)
# ->
fetch_results_footywire(2020, 1)
## End(Not run)
[Package fitzRoy version 1.6.0 Index]