Learn R Programming

nhlscraper (version 0.2.0)

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

Value

tibble with one row per game

Arguments

season

integer in YYYYYYYY

series

string 1-letter Code

Examples

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

Run the code above in your browser using DataLab