get_aflw_player_stats: Return get match stats for all current AFLW matches

View source: R/z_aflw-player_stats.R

get_aflw_player_statsR Documentation

Return get match stats for all current AFLW matches

Description

[Deprecated]

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

Usage

get_aflw_player_stats(
  start = 2017,
  end = as.numeric(format(Sys.Date(), "%Y"))
)

Examples

#
## Not run: 
get_aflw_player_stats(2017, 2018)
# ->
fetch_player_stats_fryzigg(2017:2018, comp = "AFLW")

## End(Not run)

jimmyday12/fitzRoy documentation built on March 26, 2024, 8:56 p.m.