nhl_url_seasons {nhlapi} | R Documentation |
Create an NHL API URL for seasons
Description
Create an NHL API URL for seasons
Usage
nhl_url_seasons(seasons = NULL)
Arguments
seasons |
Alternatively, also accepts Some API endpoints, notably |
Value
character()
, of API URLs, same length as seasons
or length 1
if seasons
is NULL
.
Examples
nhlapi:::nhl_url_seasons()
nhlapi:::nhl_url_seasons(2015:2017)
nhlapi:::nhl_url_seasons("20152016")
[Package nhlapi version 0.1.4 Index]