#' 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())
#
if (FALSE) { # \dontrun{
get_afltables_stats()
# ->
fetch_player_stats_afltables()
} # }