get_team_schedule: Get schedule by team and season

View source: R/Team.R

get_team_scheduleR Documentation

Get schedule by team and season

Description

get_team_schedule() retrieves information on each game for a given set of team and season, including but not limited to their ID, season, type, start date and time, and home and visiting teams' IDs and scores. Access get_teams() for team and get_team_seasons() for season references.

Usage

get_team_schedule(team = "BOS", season = get_season_now()$seasonId)

Arguments

team

string 3-letter Code

season

integer in YYYYYYYY

Value

tibble with one row per game

Examples

COL_schedule_20242025 <- get_team_schedule(team='COL', season=20242025)

nhlscraper documentation built on Aug. 8, 2025, 6:28 p.m.