nhl_url_tournaments {nhlapi} | R Documentation |
Create an NHL API URL for tournaments
Description
Create an NHL API URL for tournaments
Usage
nhl_url_tournaments(tournamentTypes, seasons = NULL, expand = NULL)
Arguments
tournamentTypes |
Those are exposed via shorthand functions |
seasons |
Alternatively, also accepts Some API endpoints, notably |
expand |
|
Value
character()
, API URLs, same length as combinations of
tournamentTypes
, seasons
and expand
.
See Also
Examples
nhlapi:::nhl_url_tournaments("olympics")
nhlapi:::nhl_url_tournaments("playoffs", 2015:2016)
nhlapi:::nhl_url_tournaments("playoffs", 2015:2016, "round.series")