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)