R/z_footywire-calcs.R
update_footywire_stats.Rd
All get_
functions were replaced with fetch_*
functions.
Please use fetch_player_stats_footywire()
instead
update_footywire_stats(check_existing = TRUE)
#
if (FALSE) { # \dontrun{
update_footywire_stats()
# ->
fetch_player_stats_footywire(2010:2018)
} # }