nhl_venues {nhlapi} | R Documentation |
Retrieve metadata on NHL venues from the API
Description
Retrieve metadata on NHL venues from the API
Usage
nhl_venues(venueIds = NULL)
Arguments
venueIds |
|
Value
data.frame
, with information on venues, one row per venue.
Examples
## Not run:
# Get information on currently exposed venues
nhl_venues()
# Get information on 3 historical venues
nhl_venues(5000:5006)
## End(Not run)
[Package nhlapi version 0.1.4 Index]