Skip to contents

get_series_schedule() retrieves information on each game for a given set of season and series, including but not limited to their ID; venue; start date and time; and home and away teams' IDs, names, and scores. Access get_seasons() for season and get_bracket() for series references.

Usage

get_series_schedule(season = get_season_now()$seasonId, series = "a")

Arguments

season

integer in YYYYYYYY

series

string 1-letter Code

Value

tibble with one row per game

Examples

COL_DAL_schedule_20242025 <- get_series_schedule(season=20242025, series='f')