powered by
Create an NHL API URL for conferences
nhl_url_conferences(conferenceIds = NULL)
integer(), ids of the conferences or NULL (default) for all conferences As of end of 2019, the valid conference ids seem to be in the 1:7 range.
integer()
NULL
1:7
character(), API URLs, same length as teamIds or length 1 if teamIds is NULL.
character()
teamIds
1
# NOT RUN { nhlapi:::nhl_url_conferences() nhlapi:::nhl_url_conferences(1:3) # }
Run the code above in your browser using DataLab