Recreate the ladder for every or any given round and/or season
Source:R/z_return-ladder.R
return_ladder.Rd
All get_
functions were replaced with fetch_*
functions.
Please use fetch_ladder()
instead
Examples
#
if (FALSE) { # \dontrun{
return_ladder(season = 2020, season_round = 1)
# ->
fetch_ladder_afltables(2020, 1)
} # }