Learn R Programming

fitzRoy (version 1.7.0)

fetch_scores: Fetch Supercoach or Dream Team Scores

Description

Wrapper to fetch either Supercoach or AFL Fantasy (Dream Team) scores from Footywire.

Usage

fetch_scores(type = c("supercoach", "dream_team"), ...)

Value

A data frame of scores.

Arguments

type

Character. Either "supercoach" or "dream_team".

...

Additional arguments passed to the score fetchers (e.g., year, rounds).

Examples

Run this code
if (FALSE) {
fetch_scores(type = "supercoach", year = 2025, rounds = 1:3)
fetch_scores(type = "dream_team", year = 2025, rounds = 1:3)
}

Run the code above in your browser using DataLab