return_ladder {fitzRoy} | R Documentation |
Recreate the ladder for every or any given round and/or season
Description
All get_
functions were replaced with fetch_*
functions.
Please use fetch_ladder()
instead
Usage
return_ladder(match_results_df = NA, season_round = NA, season = NA)
Examples
#
## Not run:
return_ladder(season = 2020, season_round = 1)
# ->
fetch_ladder_afltables(2020, 1)
## End(Not run)
[Package fitzRoy version 1.4.0 Index]