nhl_awards {nhlapi} | R Documentation |
Retrieve metadata on NHL awards from the API
Description
Retrieve metadata on NHL awards from the API
Usage
nhl_awards(awardIds = NULL)
Arguments
awardIds |
|
Value
data.frame
, with information on awards, one row per award.
Examples
## Not run:
# Get information on all awards
nhl_awards()
# Get information on 3 historical awards
nhl_awards(1:3)
## End(Not run)
[Package nhlapi version 0.1.4 Index]