get_footywire_stats {fitzRoy} | R Documentation |
All get_
functions were replaced with fetch_*
functions.
Please use fetch_footywire_stats()
instead
get_footywire_stats(ids)
#
## Not run:
get_footywire_stats(5000)
# ->
fetch_footywire_stats(5000)
## End(Not run)