Skip to contents

Get NBA Stats API League Dashboard Lineups

Get NBA Stats API League Dashboard Lineups

Usage

nba_leaguedashlineups(
  conference = "",
  date_from = "",
  date_to = "",
  division = "",
  game_segment = "",
  group_quantity = 5,
  last_n_games = 0,
  league_id = "00",
  location = "",
  measure_type = "Base",
  month = 0,
  opponent_team_id = 0,
  outcome = "",
  po_round = "",
  pace_adjust = "N",
  per_mode = "Totals",
  period = 0,
  plus_minus = "N",
  rank = "N",
  season = year_to_season(most_recent_nba_season() - 1),
  season_segment = "",
  season_type = "Regular Season",
  shot_clock_range = "",
  team_id = "",
  vs_conference = "",
  vs_division = "",
  ...
)

Arguments

conference

conference

date_from

date_from

date_to

date_to

division

division

game_segment

game_segment

group_quantity

group_quantity

last_n_games

last_n_games

league_id

league_id

location

location

measure_type

measure_type

month

month

opponent_team_id

opponent_team_id

outcome

outcome

po_round

po_round

pace_adjust

pace_adjust

per_mode

per_mode

period

period

plus_minus

plus_minus

rank

rank

season

season

season_segment

season_segment

season_type

season_type

shot_clock_range

shot_clock_range

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: Lineups

Lineups

col_nametypesdescription
GROUP_SETcharacter
GROUP_IDcharacterGroup identifier (e.g. conference group_id).
GROUP_NAMEcharacterGroup name.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
GPcharacterGames played.
WcharacterWins.
LcharacterLosses.
W_PCTcharacter
MINcharacterMinutes played.
FGMcharacterField goals made.
FGAcharacterField goal attempts.
FG_PCTcharacterField goal percentage (0-1).
FG3McharacterThree-point field goals made.
FG3AcharacterThree-point field goal attempts.
FG3_PCTcharacterThree-point field goal percentage (0-1).
FTMcharacterFree throws made.
FTAcharacterFree throw attempts.
FT_PCTcharacterFree throw percentage (0-1).
OREBcharacterOffensive rebounds.
DREBcharacterDefensive rebounds.
REBcharacterTotal rebounds.
ASTcharacterAssists.
TOVcharacterTurnovers.
STLcharacterSteals.
BLKcharacterBlocks.
BLKAcharacter
PFcharacterPersonal fouls.
PFDcharacter
PTScharacterPoints scored.
PLUS_MINUScharacterPlus/minus point differential while on court.
GP_RANKcharacter
W_RANKcharacter
L_RANKcharacter
W_PCT_RANKcharacter
MIN_RANKcharacter
FGM_RANKcharacter
FGA_RANKcharacter
FG_PCT_RANKcharacter
FG3M_RANKcharacter
FG3A_RANKcharacter
FG3_PCT_RANKcharacter
FTM_RANKcharacter
FTA_RANKcharacter
FT_PCT_RANKcharacter
OREB_RANKcharacter
DREB_RANKcharacter
REB_RANKcharacter
AST_RANKcharacter
TOV_RANKcharacter
STL_RANKcharacter
BLK_RANKcharacter
BLKA_RANKcharacter
PF_RANKcharacter
PFD_RANKcharacter
PTS_RANKcharacter
PLUS_MINUS_RANKcharacter

Author

Saiem Gilani