Description Usage Arguments Value Examples
View source: R/nhl_standings.R
Create an NHL API URL for standings
1 | nhl_url_standings(seasons = NULL, standingsTypes = NULL, expand = NULL)
|
seasons |
Alternatively, also accepts Some API endpoints, notably |
standingsTypes |
|
expand |
|
character()
, vector of URLs.
1 2 3 4 5 | nhlapi:::nhl_url_standings(seasons = 2015:2016)
nhlapi:::nhl_url_standings(
standingsType = "byDivision",
expand = "standings.record"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.