nhl_drafts {nhlapi} | R Documentation |
Retrieve metadata on NHL drafts from the API
nhl_drafts(draftYears = NULL)
draftYears |
|
data.frame
, with information on drafts, one row
per draft year.
## Not run:
# Get information on current draft
nhl_drafts()
# Get information on 3 historical drafts
nhl_drafts(2015:2017)
## End(Not run)