Skip to contents

Get WNBA Stats API Team Historical Leaders

Get WNBA Stats API Team Historical Leaders

Usage

wnba_teamhistoricalleaders(
  league_id = "10",
  season_id = "22022",
  team_id = "1611661328",
  ...
)

Arguments

league_id

league_id

season_id

season_id

team_id

team_id

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: CareerLeadersByTeam

CareerLeadersByTeam

col_nametypesdescription
TEAM_IDcharacterUnique team identifier.
PTScharacterPoints scored.
PTS_PERSON_IDcharacter
PTS_PLAYERcharacter
ASTcharacterAssists.
AST_PERSON_IDcharacter
AST_PLAYERcharacter
REBcharacterTotal rebounds.
REB_PERSON_IDcharacter
REB_PLAYERcharacter
BLKcharacterBlocks.
BLK_PERSON_IDcharacter
BLK_PLAYERcharacter
STLcharacterSteals.
STL_PERSON_IDcharacter
STL_PLAYERcharacter
SEASON_YEARcharacterSeason year string ('YYYY-YY' format).

Details

  wnba_teamhistoricalleaders(team_id = '1611661328')

Author

Saiem Gilani