nhl_url_seasons {nhlapi} | R Documentation |
Create an NHL API URL for seasons
nhl_url_seasons(seasons = NULL)
seasons |
Alternatively, also accepts Some API endpoints, notably |
character()
, of API URLs, same length as seasons
or length 1
if seasons
is NULL
.
nhlapi:::nhl_url_seasons()
nhlapi:::nhl_url_seasons(2015:2017)
nhlapi:::nhl_url_seasons("20152016")