powered by
Fetch AFL Rising Star Nominations or Stats
fetch_rising_star( season, round_number = NULL, type = c("nominations", "stats") )
A tibble with Rising Star data.
Integer. The year of interest (e.g. 2024).
Integer. Optional. If NULL and type = "stats", scrapes all rounds.
Character. Either "nominations" (default) or "stats".
if (FALSE) { fetch_rising_star(2024, type = "nominations") fetch_rising_star(2024, round_number = 5, type = "stats") fetch_rising_star(2024, type = "stats") }
Run the code above in your browser using DataLab