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