| team_season_schedule | R Documentation |
team_season_schedule() scrapes the schedule for a given set of team
and season.
team_season_schedule(team = 1, season = "now")
team |
integer ID (e.g., 21), character full name (e.g., 'Colorado
Avalanche'), OR three-letter code (e.g., 'COL'); see |
season |
integer in YYYYYYYY (e.g., 20242025); see |
data.frame with one row per game
COL_schedule_20252026 <- team_season_schedule(
team = 21,
season = 20252026
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.