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