powered by
Wrapper to fetch either Supercoach or AFL Fantasy (Dream Team) scores from Footywire.
fetch_scores(type = c("supercoach", "dream_team"), ...)
A data frame of scores.
Character. Either "supercoach" or "dream_team".
Additional arguments passed to the score fetchers (e.g., year, rounds).
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