Learn R Programming

fitzRoy (version 1.7.0)

fetch_awards: Fetch AFL Awards Data

Description

General wrapper to fetch Brownlow, All-Australian, or Rising Star awards from Footywire.

Usage

fetch_awards(..., award = c("brownlow", "allaustralian", "risingstar"))

Value

A data frame containing the requested award data.

Arguments

...

Additional arguments passed to the specific award fetcher.

award

Character. One of "brownlow", "allaustralian", or "risingstar".

Examples

Run this code
if (FALSE) {
fetch_awards(2024, award = "brownlow", type = "player")
fetch_awards(2023, award = "allaustralian", type = "team")
fetch_awards(2024, award = "risingstar", type = "nominations")
}

Run the code above in your browser using DataLab