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