fetch_coaches {nrlR} | R Documentation |
Fetch Rugby League Coaches (main wrapper)
Description
Fetch Rugby League Coaches (main wrapper)
Usage
fetch_coaches(
season,
league = c("nrl", "super_league", "championship", "league_one", "womens_super_league",
"qld_cup", "nsw_cup", "state_of_origin", "challenge_cup", "1895_cup"),
source = c("rugbyleagueproject")
)
Arguments
season |
Integer. Season year (from 1998). |
league |
Character. One of: "nrl", "super_league", "championship", "league_one", "womens_super_league", "qld_cup", "nsw_cup", "state_of_origin", "challenge_cup", "1895_cup". |
source |
Character. Only "rugbyleagueproject" is currently supported. |
Value
A tibble of coach details.
Examples
fetch_coaches(2024, league = "nrl")
[Package nrlR version 0.1.0 Index]