get_team_schedule {nhlscraper} | R 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)
[Package nhlscraper version 0.2.0 Index]