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