Get WNBA Stats API Cumulative Player Game Stats
Get WNBA Stats API Cumulative Player Game Stats
wnba_cumestatsplayergames(
league_id = "10",
location = "",
outcome = "",
player_id = "204319",
season = "2021-22",
season_type = "Regular Season",
vs_conference = "",
vs_division = "",
vs_team_id = "",
...
)Returns a named list of data frames: CumeStatsPlayerGames
CumeStatsPlayerGames
| col_name | types | description |
| MATCHUP | character | Matchup. |
| GAME_ID | character | Unique game identifier. |
league_id
location
outcome
player_id
season
season_type
vs_conference
vs_division
vs_team_id
Additional arguments passed to an underlying function like httr.
Saiem Gilani
wnba_cumestatsplayergames(player_id = "204319", season = "2021-22")
Other WNBA Cume Functions:
wnba_cumestatsplayer(),
wnba_cumestatsteam(),
wnba_cumestatsteamgames()