get_series | R Documentation |
get_series()
retrieves information on each series for a given set of season
and round
, including but not limited to their label, 1-letter code, top and bottom seeds, and winning and losing teams' IDs. Access get_seasons()
for season
reference.
get_series(season = get_season_now()$seasonId, round = 1)
season |
integer in YYYYYYYY |
round |
integer of 1:4 |
tibble with one row per series
CF_series_20242025 <- get_series(season=20242025, round=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.