nhl_url_standings {nhlapi} | R Documentation |
Create an NHL API URL for standings
Description
Create an NHL API URL for standings
Usage
nhl_url_standings(seasons = NULL, standingsTypes = NULL, expand = NULL)
Arguments
seasons |
Alternatively, also accepts Some API endpoints, notably |
standingsTypes |
|
expand |
|
Value
character()
, vector of URLs.
Examples
nhlapi:::nhl_url_standings(seasons = 2015:2016)
nhlapi:::nhl_url_standings(
standingsType = "byDivision",
expand = "standings.record"
)