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")