powered by
Create an NHL API URL for awards
nhl_url_awards(awardIds = NULL)
integer(), vector of one or more award ids or NULL (default) for all awards. The current set of valid ids seems to be 1:24.
integer()
NULL
1:24
character(), API URLs, same length as awardIds or length 1 if awardIds is NULL.
character()
awardIds
1
# NOT RUN { nhlapi:::nhl_url_awards() nhlapi:::nhl_url_awards(1:3) # }
Run the code above in your browser using DataLab