team_week_schedule: Access the schedule for a team and week since a date
Description
team_week_schedule() scrapes the schedule for a given set of team and
a week since date.
Usage
team_week_schedule(team = 1, date = "now")
Value
data.frame with one row per game
Arguments
team
integer ID (e.g., 21), character full name (e.g., 'Colorado
Avalanche'), OR three-letter code (e.g., 'COL'); see teams() for
reference; ID is preferable as there now exists duplicate three-letter codes
(i.e., 'UTA' for 'Utah Hockey Club' and 'Utah Mammoth')
date
character in 'YYYY-MM-DD' (e.g., '2025-01-01'); see
seasons() for reference