fetch_venues | R Documentation |
Fetch Rugby League Venues (main wrapper)
fetch_venues(
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 venue details.
fetch_venues(2024, league = "nrl")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.