Description Usage Arguments Value Examples
Retrieve metadata on NHL seasons from the API
1 | nhl_seasons(seasons = NULL)
|
seasons |
Alternatively, also accepts Some API endpoints, notably |
data.frame
, with information on seasons, one row
per year.
1 2 3 4 5 6 7 8 | ## Not run:
# Get information on all seasons
nhl_seasons()
# Get information on 3 historical seasons
nhl_seasons(2015:2017)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.