[Deprecated]

#' All get_ functions were replaced with fetch_* functions. Please use fetch_player_stats_afltables() instead

get_afltables_stats(start_date = "1897-01-01", end_date = Sys.Date())

Examples

#
if (FALSE) {
get_afltables_stats()
# ->
fetch_player_stats_afltables()
}