powered by
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
round
get_seasons()
get_series(season = get_season_now()$seasonId, round = 1)
tibble with one row per series
integer in YYYYYYYY
integer of 1:4
CF_series_20242025 <- get_series(season=20242025, round=3)
Run the code above in your browser using DataLab