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