nba_cumestatsplayergames {hoopR} | R Documentation |
Get NBA Stats API Cumulative Player Game Stats
Description
Get NBA Stats API Cumulative Player Game Stats
Get NBA Stats API Cumulative Player Game Stats
Usage
nba_cumestatsplayergames(
league_id = "00",
location = "",
outcome = "",
player_id = "2544",
season = year_to_season(most_recent_nba_season() - 1),
season_type = "Regular Season",
vs_conference = "",
vs_division = "",
vs_team_id = "",
...
)
Arguments
league_id |
league_id |
location |
location |
outcome |
outcome |
player_id |
player_id |
season |
season |
season_type |
season_type |
vs_conference |
vs_conference |
vs_division |
vs_division |
vs_team_id |
vs_team_id |
... |
Additional arguments passed to an underlying function like httr. |
Details
nba_cumestatsplayergames(player_id = '2544')
Value
Returns a named list of data frames: CumeStatsPlayerGames
CumeStatsPlayerGames
col_name | types |
MATCHUP | character |
GAME_ID | character |
Author(s)
Saiem Gilani
See Also
Other NBA Cume Functions:
nba_cumestatsplayer()
,
nba_cumestatsteamgames()
,
nba_cumestatsteam()
[Package hoopR version 2.1.0 Index]