Description Usage Arguments Value Examples
View source: R/nhl_conferences.R
Retrieve metadata on NHL conferences from the API
1 | nhl_conferences(conferenceIds = NULL)
|
conferenceIds |
|
data.frame
, with information on conferences, one row
per conference.
1 2 3 4 5 6 7 8 | ## Not run:
# Get information on all conferences
nhl_conferences()
# Get information on 2 selected conferences
nhl_conferences(5:6)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.