Learn R Programming

fitzRoy (version 0.3.3)

fetch_ladder_afl: Get AFL ladder

Description

Returns the Ladder for the relevant Season and Round from the AFL.com.au website.

Usage

fetch_ladder_afl(season = NULL, round_number = NULL, comp = "AFLM")

Arguments

season

season in YYYY format

round_number

round number

comp

One of "AFLM" or "AFLW"

Value

returns a dataframe with the fixture that matches season, round.

Examples

Run this code
# NOT RUN {
get_afl_ladder(2020, round = 1)
# }

Run the code above in your browser using DataLab