Learn R Programming

hoopR (version 2.1.0)

nba_leaguedashteamclutch: Get NBA Stats API League Dashboard by Team Clutch Splits

Description

Get NBA Stats API League Dashboard by Team Clutch Splits

Get NBA Stats API League Dashboard by Team Clutch Splits

Usage

nba_leaguedashteamclutch(
  ahead_behind = "Ahead or Behind",
  clutch_time = "Last 5 Minutes",
  conference = "",
  date_from = "",
  date_to = "",
  division = "",
  game_scope = "",
  game_segment = "",
  last_n_games = 0,
  league_id = "00",
  location = "",
  measure_type = "Base",
  month = 0,
  opponent_team_id = 0,
  outcome = "",
  pace_adjust = "N",
  plus_minus = "N",
  point_diff = 5,
  po_round = "",
  per_mode = "Totals",
  period = 0,
  player_experience = "",
  player_position = "",
  rank = "N",
  season = year_to_season(most_recent_nba_season() - 1),
  season_segment = "",
  season_type = "Regular Season",
  shot_clock_range = "",
  starter_bench = "",
  team_id = "",
  vs_conference = "",
  vs_division = "",
  ...
)

Value

Returns a named list of data frames: LeagueDashTeamClutch

LeagueDashTeamClutch

col_nametypes
TEAM_IDcharacter
TEAM_NAMEcharacter
GPcharacter
Wcharacter
Lcharacter
W_PCTcharacter
MINcharacter
FGMcharacter
FGAcharacter
FG_PCTcharacter
FG3Mcharacter
FG3Acharacter
FG3_PCTcharacter
FTMcharacter
FTAcharacter
FT_PCTcharacter
OREBcharacter
DREBcharacter
REBcharacter
ASTcharacter
TOVcharacter
STLcharacter
BLKcharacter
BLKAcharacter
PFcharacter
PFDcharacter
PTScharacter
PLUS_MINUScharacter
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

Arguments

ahead_behind

ahead_behind

clutch_time

clutch_time

conference

conference

date_from

date_from

date_to

date_to

division

division

game_scope

game_scope

game_segment

game_segment

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

pace_adjust

pace_adjust

plus_minus

plus_minus

point_diff

point_diff

po_round

po_round

per_mode

per_mode

period

period

player_experience

player_experience

player_position

player_position

rank

rank

season

season

season_segment

season_segment

season_type

season_type

shot_clock_range

shot_clock_range

starter_bench

starter_bench

team_id

team_id

vs_conference

vs_conference

vs_division

vs_division

...

Additional arguments passed to an underlying function like httr.

Author

Saiem Gilani

Details

Team Clutch Stats

 nba_leaguedashteamclutch(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))

See Also

Other NBA League Functions: nba_leaguedashlineups(), nba_leaguedashoppptshot(), nba_leaguedashplayerbiostats(), nba_leaguedashplayerclutch(), nba_leaguedashplayerptshot(), nba_leaguedashplayershotlocations(), nba_leaguedashplayerstats(), nba_leaguedashptdefend(), nba_leaguedashptstats(), nba_leaguedashptteamdefend(), nba_leaguedashteamptshot(), nba_leaguedashteamshotlocations(), nba_leaguedashteamstats(), nba_leaguegamefinder(), nba_leaguegamelog(), nba_leaguelineupviz(), nba_leagueplayerondetails(), nba_leagueseasonmatchups(), nba_leaguestandingsv3(), nba_leaguestandings(), nba_matchupsrollup(), nba_playoffpicture(), nba_shotchartleaguewide()

Other NBA Clutch Functions: nba_playerdashboardbyclutch(), nba_teamdashboardbyclutch()