getTournament: Get Tournament

Description Usage Arguments Value Examples

Description

Get the NHL tournaments (playoffs)

Usage

1
getTournament(season = NULL, expand = FALSE)

Arguments

season

Optional, get specific season's playoff information

expand

Optional, boolean, get expanded information

Value

The API output of tournaments/playoffs

Examples

1
2
#Get info on the 2017-2018 playoffs
playoff20172018<-getTournament(season = 20172018, expand = TRUE)

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