nhl_url_players_stats {nhlapi} | R Documentation |
Create an NHL API stats URL for players
Description
Create an NHL API stats URL for players
Usage
nhl_url_players_stats(playerIds, params = NULL)
Arguments
playerIds |
|
params |
|
Value
character()
, of API URLs, same length as playerIds
.
Examples
nhlapi:::nhl_url_players_stats(8477474)
[Package nhlapi version 0.1.4 Index]