View source: R/wnba_stats_team_dash.R
| wnba_teamdashboardbyclutch | R Documentation |
Get WNBA Stats API Team Dashboard by Clutch Splits
Get WNBA Stats API Team Dashboard by Clutch Splits
Get WNBA Stats API Team Dashboard by Game Splits
Get WNBA Stats API Team Dashboard by General Splits
Get WNBA Stats API Team Dashboard by Last N Games
Get WNBA Stats API Team Dashboard by Opponent
Get WNBA Stats API Team Dashboard by Shooting Splits
Get WNBA Stats API Team Dashboard by Team Performance
Get WNBA Stats API Team Dashboard Year over Year
wnba_teamdashboardbyclutch(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbygamesplits(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbygeneralsplits(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbylastngames(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbyopponent(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbyshootingsplits(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbyteamperformance(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
wnba_teamdashboardbyyearoveryear(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
plus_minus = "N",
po_round = "",
per_mode = "Totals",
period = 0,
rank = "N",
season = most_recent_wnba_season(),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
team_id = "1611661328",
vs_conference = "",
vs_division = "",
...
)
date_from |
date_from |
date_to |
date_to |
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 |
po_round |
po_round |
per_mode |
per_mode |
period |
period |
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. |
wnba_teamdashboardbyclutch(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbygamesplits(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbygeneralsplits(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbylastngames(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbyopponent(team_id = '1611661328', season = most_recent_wnba_season())
Team Dashboard by Shooting Splits
wnba_teamdashboardbyshootingsplits(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbyteamperformance(team_id = '1611661328', season = most_recent_wnba_season())
wnba_teamdashboardbyyearoveryear(team_id = '1611661328', season = most_recent_wnba_season())
Return a named list of data frames: Last10Sec3Point2TeamDashboard, Last10Sec3PointTeamDashboard, Last1Min5PointTeamDashboard, Last1MinPlusMinus5PointTeamDashboard, Last30Sec3Point2TeamDashboard, Last30Sec3PointTeamDashboard, Last3Min5PointTeamDashboard, Last3MinPlusMinus5PointTeamDashboard, Last5Min5PointTeamDashboard, Last5MinPlusMinus5PointTeamDashboard, OverallTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last5Min5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last3Min5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last1Min5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last30Sec3PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last10Sec3PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last5MinPlusMinus5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last3MinPlusMinus5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last1MinPlusMinus5PointTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last30Sec3Point2TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last10Sec3Point2TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Return a named list of data frames: ByActualMarginTeamDashboard, ByHalfTeamDashboard, ByPeriodTeamDashboard, ByScoreMarginTeamDashboard, OverallTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ByHalfTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ByPeriodTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ByScoreMarginTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ByActualMarginTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Return a named list of data frames: DaysRestTeamDashboard, LocationTeamDashboard, MonthTeamDashboard, OverallTeamDashboard, PrePostAllStarTeamDashboard, WinsLossesTeamDashboard
OverallTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| SEASON_YEAR | character | Season year string ('YYYY-YY' format). |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
LocationTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| TEAM_GAME_LOCATION | character | |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
WinsLossesTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| GAME_RESULT | character | |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
MonthTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| SEASON_MONTH_NAME | character | |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
PrePostAllStarTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| SEASON_SEGMENT | character | Season segment filter ('Pre All-Star' / 'Post All-Star'). |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
DaysRestTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE | character | |
| TEAM_DAYS_REST_RANGE | character | |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
Return a named list of data frames: GameNumberTeamDashboard, Last10TeamDashboard, Last15TeamDashboard, Last20TeamDashboard, Last5TeamDashboard, OverallTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last5TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last10TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last15TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Last20TeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
GameNumberTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Return a named list of data frames: ConferenceTeamDashboard, DivisionTeamDashboard, OpponentTeamDashboard, OverallTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ConferenceTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
DivisionTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
OpponentTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Return a named list of data frames: AssistedBy, AssitedShotTeamDashboard, OverallTeamDashboard, Shot5FTTeamDashboard, Shot8FTTeamDashboard, ShotAreaTeamDashboard, ShotTypeTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
Shot5FTTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
Shot8FTTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
ShotAreaTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
AssitedShotTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
ShotTypeTeamDashboard
Columns as documented in the shared wnba_shooting_splits_schema table.
AssistedBy
Columns as documented in the shared wnba_shooting_splits_assisted_by_schema table.
Return a named list of data frames: OverallTeamDashboard, PointsScoredTeamDashboard, PontsAgainstTeamDashboard, ScoreDifferentialTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ScoreDifferentialTeamDashboard
| col_name | types | description |
| GROUP_SET | character | |
| GROUP_VALUE_ORDER | character | |
| GROUP_VALUE | character | |
| GROUP_VALUE_2 | character | |
| GP | character | Games played. |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| 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 | |
PointsScoredTeamDashboard
Same columns as the ScoreDifferentialTeamDashboard table above.
PontsAgainstTeamDashboard
Same columns as the ScoreDifferentialTeamDashboard table above.
Return a named list of data frames: ByYearTeamDashboard, OverallTeamDashboard
OverallTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
ByYearTeamDashboard
Columns as documented in the shared wnba_team_dashboard_schema table.
Saiem Gilani
Other WNBA Team Functions:
wnba_leaguedashteamstats(),
wnba_teamdashlineups(),
wnba_teamdetails(),
wnba_teamestimatedmetrics(),
wnba_teamgamelog(),
wnba_teamgamelogs(),
wnba_teamgamestreakfinder(),
wnba_teamhistoricalleaders(),
wnba_teaminfocommon(),
wnba_teamplayeronoffdetails(),
wnba_teams(),
wnba_teamvsplayer(),
wnba_teamyearbyyearstats()
Other WNBA Clutch Functions:
wnba_leaguedashteamclutch(),
wnba_playerdashboardbyclutch()
Other WNBA Shooting Functions:
wnba_leaguedashplayershotlocations(),
wnba_leaguedashteamshotlocations(),
wnba_playerdashboardbyclutch(),
wnba_shotchartdetail(),
wnba_shotchartleaguewide(),
wnba_shotchartlineupdetail()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.