getAward: Get Award

Description Usage Arguments Value Examples

Description

Get the NHL awards, including historical awards. Or, get one single award

Usage

1
getAward(award = NULL)

Arguments

award

Optional, award ID to get specific award information. Notable awards include Stanley Cup = 1, Conn smythe = 7, Vezina = 18.

Value

The API output of awards

Examples

1
2
3
4
5
#See the list of all awards
awards <- getAward()

#Only get stanley Cup info
stanleycup <- getAward(award = 1)

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