Description Usage Arguments Value Examples
View source: R/nhl_players_seasons.R
Retrieve all seasons statistics for players
1 | nhl_players_allseasons(playerNames, playerIds = NULL)
|
playerNames |
|
playerIds |
|
data.frame
, with all season statistics for
selected players.
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.