| team_seasons | R Documentation |
team_seasons() returns the seasons and game type IDs available for a team
in the public club-stats API.
team_seasons(team = 1)
team |
integer ID (e.g., 21), character full name (e.g., 'Colorado
Avalanche'), OR three-letter code (e.g., 'COL'); see |
data.frame with one row per season
COL_seasons <- team_seasons(team = 21)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.