nhl_conferences {nhlapi} | R Documentation |
Retrieve metadata on NHL conferences from the API
nhl_conferences(conferenceIds = NULL)
conferenceIds |
|
data.frame
, with information on conferences, one row
per conference.
## Not run:
# Get information on all conferences
nhl_conferences()
# Get information on 2 selected conferences
nhl_conferences(5:6)
## End(Not run)