Skip to contents

Get schedule by team and season

Usage

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

Arguments

team

string 3-letter team code

season

integer Season in YYYYYYYY

Value

tibble with one row per game

Examples

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