
Get NBA Stats API League Dashboard by Team Clutch Splits
Source:R/nba_stats_league_dash.R
nba_leaguedashteamclutch.RdGet 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 = "",
...
)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.
Value
Returns a named list of data frames: LeagueDashTeamClutch
LeagueDashTeamClutch
| col_name | types | description |
| TEAM_ID | character | Unique team identifier. |
| TEAM_NAME | character | Full team display name (e.g. 'Las Vegas Aces'). |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | |
| MIN | character | Minutes played. |
| FGM | character | Field goals made. |
| FGA | character | Field goal attempts. |
| FG_PCT | character | Field goal percentage (0-1). |
| FG3M | character | Three-point field goals made. |
| FG3A | character | Three-point field goal attempts. |
| FG3_PCT | character | Three-point field goal percentage (0-1). |
| FTM | character | Free throws made. |
| FTA | character | Free throw attempts. |
| FT_PCT | character | Free throw percentage (0-1). |
| OREB | character | Offensive rebounds. |
| DREB | character | Defensive rebounds. |
| REB | character | Total rebounds. |
| AST | character | Assists. |
| TOV | character | Turnovers. |
| STL | character | Steals. |
| BLK | character | Blocks. |
| BLKA | character | |
| PF | character | Personal fouls. |
| PFD | character | |
| PTS | character | Points scored. |
| PLUS_MINUS | character | Plus/minus point differential while on court. |
| GP_RANK | character | |
| W_RANK | character | |
| L_RANK | character | |
| W_PCT_RANK | character | |
| MIN_RANK | character | |
| FGM_RANK | character | |
| FGA_RANK | character | |
| FG_PCT_RANK | character | |
| FG3M_RANK | character | |
| FG3A_RANK | character | |
| FG3_PCT_RANK | character | |
| FTM_RANK | character | |
| FTA_RANK | character | |
| FT_PCT_RANK | character | |
| OREB_RANK | character | |
| DREB_RANK | character | |
| REB_RANK | character | |
| AST_RANK | character | |
| TOV_RANK | character | |
| STL_RANK | character | |
| BLK_RANK | character | |
| BLKA_RANK | character | |
| PF_RANK | character | |
| PFD_RANK | character | |
| PTS_RANK | character | |
| PLUS_MINUS_RANK | character |
Details
nba_leaguedashteamclutch(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))See also
Other NBA League Functions:
nba_iststandings(),
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_leaguestandings(),
nba_leaguestandingsv3(),
nba_matchupsrollup(),
nba_playoffpicture(),
nba_shotchartleaguewide()
Other NBA Clutch Functions:
nba_playerdashboardbyclutch(),
nba_teamdashboardbyclutch()