getStandings: Get Standing

Description Usage Arguments Value Examples

Description

Get the NHL standings, including historical standings. Or, get one single standing

Usage

1
getStandings(standingsType = NULL, season = NULL, expand = FALSE)

Arguments

standingsType

Optional, get specific standing type. See getStandingsTypes() for allowed values

season

Get statndings for a specific season. If null, current season returned. Season should be in format 20172018. Overrides date specification.

expand

Whether to return detailed information from each team.

Value

The API output of standings

Examples

1
2
3
4
5
# get standings
standings <- getStandings()

#Get standings from 20182009
standings <- getStandings(season = 20082009)

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