| nhl_url_conferences {nhlapi} | R Documentation |
Create an NHL API URL for conferences
Description
Create an NHL API URL for conferences
Usage
nhl_url_conferences(conferenceIds = NULL)
Arguments
conferenceIds |
|
Value
character(), API URLs, same length as teamIds or
length 1 if teamIds is NULL.
Examples
nhlapi:::nhl_url_conferences()
nhlapi:::nhl_url_conferences(1:3)
[Package nhlapi version 0.1.4 Index]