nhl_players_allseasons {nhlapi} | R Documentation |
Retrieve all seasons statistics for players
nhl_players_allseasons(playerNames, playerIds = NULL)
playerNames |
|
playerIds |
|
data.frame
, with all season statistics for
selected players.
## Not run:
# With player names
nhl_players_allseasons(c("joe sakic", "Peter Forsberg"))
# With player ids
nhl_players_allseasons(c(8451101, 8458554))
## End(Not run)