Create an NHL API stats URL for players
nhl_url_players_stats(playerIds, params = NULL)
integer()
, vector of one or more ids of the
players. The ids correspond to the ids expected by the NHL
API people endpoint. For most cases the playerNames
argument
can be provided for more convenient usage.
named list()
of parameters that will be
concatenated to the end of the URLs after ?
. Parameters
can have multiple values, in which case multiple URLs
are created. Multiple parameters are separated by &
.
character()
, of API URLs, same length as playerIds
.
# NOT RUN {
nhlapi:::nhl_url_players_stats(8477474)
# }
Run the code above in your browser using DataLab