Description Usage Arguments Value Examples
Get team statistics per seasons
1 | nhl_teams_stats(teamIds = NULL, seasons = NULL)
|
teamIds |
|
seasons |
Alternatively, also accepts Some API endpoints, notably |
data.frame
, with seasons statistics for the selected
team(s), one row per each team and season combination.
1 2 3 4 5 6 7 8 | ## Not run:
# All teams, current seasons
nhl_teams_stats()
# 2 teams, 3 seasons
nhl_teams_stats(1:2, c("20052006", "20062007", "20072008"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.