Description Usage Arguments Value Examples
Retrieve metadata on NHL venues from the API
1 | nhl_venues(venueIds = NULL)
|
venueIds |
|
data.frame
, with information on venues, one row per venue.
1 2 3 4 5 6 7 8 | ## Not run:
# Get information on currently exposed venues
nhl_venues()
# Get information on 3 historical venues
nhl_venues(5000:5006)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.