View source: R/fetch_coaches.R
fetch_coaches | R Documentation |
Fetch Rugby League Coaches (main wrapper)
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")
)
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. |
A tibble of coach details.
fetch_coaches(2024, league = "nrl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.