Learn R Programming

fitzRoy (version 0.3.3)

fetch_ladder: Fetch ladder

Description

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

Usage

fetch_ladder(season = NULL, round_number = NULL, comp = "AFLM", source = "AFL")

Arguments

season

season in YYYY format

round_number

round number

comp

One of "AFLM" or "AFLW"

source

One of "AFL" (default), "Footywire", "AFLTables"

Value

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

Examples

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

Run the code above in your browser using DataLab