Learn R Programming

fitzRoy (version 1.7.0)

fetch_rising_star: Fetch AFL Rising Star Nominations or Stats

Description

Fetch AFL Rising Star Nominations or Stats

Usage

fetch_rising_star(
  season,
  round_number = NULL,
  type = c("nominations", "stats")
)

Value

A tibble with Rising Star data.

Arguments

season

Integer. The year of interest (e.g. 2024).

round_number

Integer. Optional. If NULL and type = "stats", scrapes all rounds.

type

Character. Either "nominations" (default) or "stats".

Examples

Run this code
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