powered by
Retrieve metadata on NHL awards from the API
nhl_awards(awardIds = NULL)
integer(), vector of one or more award ids or NULL (default) for all awards. The current set of valid ids seems to be 1:24.
integer()
NULL
1:24
data.frame, with information on awards, one row per award.
data.frame
# NOT RUN { # Get information on all awards nhl_awards() # Get information on 3 historical awards nhl_awards(1:3) # }
Run the code above in your browser using DataLab