powered by
General wrapper to fetch Brownlow, All-Australian, or Rising Star awards from Footywire.
fetch_awards(..., award = c("brownlow", "allaustralian", "risingstar"))
A data frame containing the requested award data.
Additional arguments passed to the specific award fetcher.
Character. One of "brownlow", "allaustralian", or "risingstar".
"brownlow"
"allaustralian"
"risingstar"
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