get_series_schedule {nhlscraper} | R Documentation |
Get schedule by season and series
Description
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')
[Package nhlscraper version 0.2.0 Index]