| get_series_schedule | R Documentation |
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.
get_series_schedule(season = get_season_now()$seasonId, series = "a")
season |
integer in YYYYYYYY |
series |
string 1-letter Code |
tibble with one row per game
COL_DAL_schedule_20242025 <- get_series_schedule(season=20242025, series='f')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.