nhl_divisions {nhlapi} | R Documentation |
Retrieve metadata on NHL divisions from the API
Description
Retrieve metadata on NHL divisions from the API
Usage
nhl_divisions(divisionIds = NULL)
Arguments
divisionIds |
|
Value
data.frame
, with information on divisions, one row
per division.
Examples
## Not run:
# Get information on all divisions
nhl_divisions()
# Get information on 2 selected divisions
nhl_divisions(15:16)
## End(Not run)
[Package nhlapi version 0.1.4 Index]