nhl_venues {nhlapi} | R Documentation |
Retrieve metadata on NHL venues from the API
nhl_venues(venueIds = NULL)
venueIds |
|
data.frame
, with information on venues, one row per venue.
## Not run:
# Get information on currently exposed venues
nhl_venues()
# Get information on 3 historical venues
nhl_venues(5000:5006)
## End(Not run)