R/z_footywire-calcs.R
update_footywire_stats.Rd
update_footywire_stats
returns a dataframe containing player match stats from footywire
update_footywire_stats(check_existing = TRUE)
check_existing | A logical specifying if we should check against existing dataset. Defaults to TRUE. Making it false will download all data from all history which will take some time. |
---|
Returns a data frame containing player match stats for each match ID
The dataframe contains both basic and advanced player statistics from each match from 2010 to the specified end date.
This function utilised the included ID's dataset to map known ID's. It looks for any new data that isn't already loaded and proceeds to download it.
if (FALSE) { update_footywire_stats() }