Skip to contents

Get NBA Stats API League Dashboard Player Tracking - Team Defense

Get NBA Stats API League Dashboard Player Tracking - Team Defense

Usage

nba_leaguedashptteamdefend(
  conference = "",
  date_from = "",
  date_to = "",
  defense_category = "Overall",
  division = "",
  game_segment = "",
  last_n_games = 0,
  league_id = "00",
  location = "",
  month = 0,
  opponent_team_id = 0,
  outcome = "",
  po_round = "",
  per_mode = "PerGame",
  period = "",
  season = year_to_season(most_recent_nba_season() - 1),
  season_segment = "",
  season_type = "Regular Season",
  team_id = "",
  vs_conference = "",
  vs_division = "",
  ...
)

Arguments

conference

conference

date_from

date_from

date_to

date_to

defense_category

defense_category

division

division

game_segment

game_segment

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

season

season

season_segment

season_segment

season_type

season_type

team_id

team_id

vs_conference

vs_conference

vs_division

vs_division

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: LeagueDashPtTeamDefend

LeagueDashPtTeamDefend

col_nametypes
TEAM_IDcharacter
TEAM_NAMEcharacter
TEAM_ABBREVIATIONcharacter
GPcharacter
Gcharacter
FREQcharacter
D_FGMcharacter
D_FGAcharacter
D_FG_PCTcharacter
NORMAL_FG_PCTcharacter
PCT_PLUSMINUScharacter

Author

Saiem Gilani