Learn R Programming

fitzRoy (version 1.6.0)

return_ladder: Recreate the ladder for every or any given round and/or season

Description

[Deprecated]

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)

Arguments

Examples

Run this code
#
if (FALSE) {
return_ladder(season = 2020, season_round = 1)
# ->
fetch_ladder_afltables(2020, 1)
}

Run the code above in your browser using DataLab