Skip to contents

Get WNBA Stats API Cumulative Player Stats

Get WNBA Stats API Cumulative Player Stats

Usage

wnba_cumestatsplayer(
  game_ids = "1022200018",
  league_id = "10",
  player_id = "204319",
  season = "2021-22",
  season_type = "Regular Season",
  team_id = "",
  ...
)

Arguments

game_ids

game_ids

league_id

league_id

player_id

player_id

season

season

season_type

season_type

team_id

team_id

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: GameByGameStats, TotalPlayerStats

Author

Saiem Gilani