#' All get_ functions were replaced with fetch_* functions.
Please use fetch_player_stats_afltables() instead
Usage
get_afltables_stats(start_date = "1897-01-01", end_date = Sys.Date())Examples
#
if (FALSE) { # \dontrun{
get_afltables_stats()
# ->
fetch_player_stats_afltables()
} # }