nhl_players_seasons {nhlapi} | R Documentation |
Retrieve selected seasons statistics for players
Description
Retrieve selected seasons statistics for players
Usage
nhl_players_seasons(playerNames, seasons, playerIds = NULL, playoffs = FALSE)
Arguments
playerNames |
|
seasons |
Alternatively, also accepts Some API endpoints, notably |
playerIds |
|
playoffs |
|
Value
data.frame
, with selected season statistics
for selected players.
Examples
## Not run:
nhl_players_seasons(
playerIds = c(8451101, 8458554),
seasons = "19951996",
playoffs = TRUE
)
## End(Not run)