return_ladder {fitzRoy} | R Documentation |
All get_
functions were replaced with fetch_*
functions.
Please use fetch_ladder()
instead
return_ladder(match_results_df = NA, season_round = NA, season = NA)
#
## Not run:
return_ladder(season = 2020, season_round = 1)
# ->
fetch_ladder_afltables(2020, 1)
## End(Not run)