Skip to contents

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.

Usage

get_series(season = get_season_now()$seasonId, round = 1)

Arguments

season

integer in YYYYYYYY

round

integer of 1:4

Value

tibble with one row per series

Examples

CF_series_20242025 <- get_series(season=20242025, round=3)