Description Usage Arguments Value Examples
Get season information, such as start/end dates, Olympics participation, use of ties, etc.
1 | getSeasonInfo(season = NULL)
|
season |
Optional, get specific season information. Season as 20172018 format, or 'current' for current season |
The API output of seasons
1 2 3 4 | #See information on NHL Season 20172018:
season1718 <- getSeasonInfo(20172018)
#See the current season info
currentSeason <- getSeasonInfo('current')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.