View source: R/fetch_results.R
fetch_results | R Documentation |
Main wrapper to fetch match results for one or more seasons.
fetch_results(
seasons,
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")
)
seasons |
Integer vector. One or more seasons to fetch (1998 or later). |
league |
Character. League name. See options. |
source |
Character. Data source; only "rugbyleagueproject" currently supported. |
A tibble of match results with parsed date and round.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.