powered by
Returns the Ladder for the relevant Season and Round from the AFL.com.au website.
fetch_ladder_afl(season = NULL, round_number = NULL, comp = "AFLM")
season in YYYY format
round number
One of "AFLM" or "AFLW"
returns a dataframe with the fixture that matches season, round.
# NOT RUN { get_afl_ladder(2020, round = 1) # }
Run the code above in your browser using DataLab