Description Usage Arguments Value Examples
Retrieve metadata on NHL awards from the API
1 | nhl_awards(awardIds = NULL)
|
awardIds |
|
data.frame
, with information on awards, one row per award.
1 2 3 4 5 6 7 8 | ## Not run:
# Get information on all awards
nhl_awards()
# Get information on 3 historical awards
nhl_awards(1:3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.