Skip to contents

[Deprecated]

NBA Stats no longer returns stable data for this endpoint. This function is deprecated and now errors when called. Use nba_franchiseleaders() instead.

Usage

nba_teamhistoricalleaders(
  league_id = "00",
  season_id = "22022",
  team_id = "1610612749",
  ...
)

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

 nba_teamhistoricalleaders(team_id = '1610612749')

Author

Saiem Gilani