nhl_draft_prospects {nhlapi} | R Documentation |
Retrieve metadata on NHL draft prospects from the API
nhl_draft_prospects(prospectIds = NULL)
prospectIds |
|
data.frame
, with information on draft prospects, one row
per draft prospect.
## Not run:
# Get information on current draft prospects
nhl_draft_prospects()
## End(Not run)