getSeasonInfo: Get Season Info

Description Usage Arguments Value Examples

Description

Get season information, such as start/end dates, Olympics participation, use of ties, etc.

Usage

1
getSeasonInfo(season = NULL)

Arguments

season

Optional, get specific season information. Season as 20172018 format, or 'current' for current season

Value

The API output of seasons

Examples

1
2
3
4
#See information on NHL Season 20172018:
season1718 <- getSeasonInfo(20172018)
#See the current season info
currentSeason <- getSeasonInfo('current')

pbulsink/nhlRapi documentation built on June 27, 2019, 6:35 p.m.