Skip to contents

Get NBA Stats API League Dashboard Player Tracking - Stats

Get NBA Stats API League Dashboard Player Tracking - Stats

Usage

nba_leaguedashptstats(
  college = "",
  conference = "",
  country = "",
  date_from = "",
  date_to = "",
  division = "",
  draft_pick = "",
  draft_year = "",
  game_scope = "",
  height = "",
  last_n_games = 0,
  league_id = "00",
  location = "",
  month = 0,
  opponent_team_id = 0,
  outcome = "",
  po_round = "",
  per_mode = "PerGame",
  period = "",
  player_experience = "",
  player_or_team = "Player",
  player_position = "",
  pt_measure_type = "Drives",
  season = year_to_season(most_recent_nba_season() - 1),
  season_segment = "",
  season_type = "Regular Season",
  starter_bench = "",
  team_id = "",
  vs_conference = "",
  vs_division = "",
  weight = "",
  ...
)

Arguments

college

college

conference

conference

country

country

date_from

date_from

date_to

date_to

division

division

draft_pick

draft_pick

draft_year

draft_year

game_scope

game_scope

height

height

last_n_games

last_n_games

league_id

league_id

location

location

month

month

opponent_team_id

opponent_team_id

outcome

outcome

po_round

po_round

per_mode

per_mode

period

period

player_experience

player_experience

player_or_team

player_or_team

player_position

player_position

pt_measure_type

pt_measure_type

season

season

season_segment

season_segment

season_type

season_type

starter_bench

starter_bench

team_id

team_id

vs_conference

vs_conference

vs_division

vs_division

weight

weight

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: LeagueDashPtStats

LeagueDashPtStats

col_nametypes
PLAYER_IDcharacter
PLAYER_NAMEcharacter
TEAM_IDcharacter
TEAM_ABBREVIATIONcharacter
GPcharacter
Wcharacter
Lcharacter
MINcharacter
DRIVEScharacter
DRIVE_FGMcharacter
DRIVE_FGAcharacter
DRIVE_FG_PCTcharacter
DRIVE_FTMcharacter
DRIVE_FTAcharacter
DRIVE_FT_PCTcharacter
DRIVE_PTScharacter
DRIVE_PTS_PCTcharacter
DRIVE_PASSEScharacter
DRIVE_PASSES_PCTcharacter
DRIVE_ASTcharacter
DRIVE_AST_PCTcharacter
DRIVE_TOVcharacter
DRIVE_TOV_PCTcharacter
DRIVE_PFcharacter
DRIVE_PF_PCTcharacter

Author

Saiem Gilani