Learn R Programming

fitzRoy (version 1.6.0)

update_footywire_stats: Update the included footywire stats data to the specified date.

Description

[Deprecated]

All get_ functions were replaced with fetch_* functions. Please use fetch_player_stats_footywire() instead

Usage

update_footywire_stats(check_existing = TRUE)

Arguments

Examples

Run this code
#
if (FALSE) {
update_footywire_stats()
# ->
fetch_player_stats_footywire(2010:2018)
}

Run the code above in your browser using DataLab