Description Usage Arguments Value Examples
View source: R/nhl_players_seasons.R
Retrieve selected seasons statistics for players
1 | nhl_players_seasons(playerNames, seasons, playerIds = NULL, playoffs = FALSE)
|
playerNames |
|
seasons |
Alternatively, also accepts Some API endpoints, notably |
playerIds |
|
playoffs |
|
data.frame
, with selected season statistics
for selected players.
1 2 3 4 5 6 7 8 | ## Not run:
nhl_players_seasons(
playerIds = c(8451101, 8458554),
seasons = "19951996",
playoffs = TRUE
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.