Skip to contents

[Deprecated]

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

Usage

nba_boxscorefourfactorsv2(
  game_id,
  start_period = 0,
  end_period = 14,
  start_range = 0,
  end_range = 0,
  range_type = 0,
  ...
)

Arguments

game_id

Game ID

start_period

start_period

end_period

end_period

start_range

start_range

end_range

end_range

range_type

range_type

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: sqlPlayersFourFactors, sqlTeamFourFactors

sqlPlayersFourFactors

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
NICKNAMEcharacterTeam or athlete nickname.
START_POSITIONcharacter
COMMENTcharacterPlayer status / inactive reason (e.g. 'DNP - Coach's Decision', 'Inactive').
MINcharacterMinutes played.
EFG_PCTcharacterEffective field goal percentage (0-1).
FTA_RATEcharacterFree throw attempt rate (FTA / FGA).
TM_TOV_PCTcharacter
OREB_PCTcharacterOffensive rebound percentage (0-1).
OPP_EFG_PCTcharacter
OPP_FTA_RATEcharacter
OPP_TOV_PCTcharacter
OPP_OREB_PCTcharacter

sqlTeamsFourFactors

col_nametypesdescription
GAME_IDcharacterUnique game identifier.
TEAM_IDcharacterUnique team identifier.
TEAM_NAMEcharacterFull team display name (e.g. 'Las Vegas Aces').
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
TEAM_CITYcharacterTeam city or region (e.g. 'Las Vegas').
MINcharacterMinutes played.
EFG_PCTcharacterEffective field goal percentage (0-1).
FTA_RATEcharacterFree throw attempt rate (FTA / FGA).
TM_TOV_PCTcharacter
OREB_PCTcharacterOffensive rebound percentage (0-1).
OPP_EFG_PCTcharacter
OPP_FTA_RATEcharacter
OPP_TOV_PCTcharacter
OPP_OREB_PCTcharacter

Details

 nba_boxscorefourfactorsv2(game_id = "0022200021")

Author

Saiem Gilani