
Get NBA Stats API Team Dashboard Player Tracking - Shots
Source:R/nba_stats_team_dash.R
nba_teamdashptshots.RdGet NBA Stats API Team Dashboard Player Tracking - Shots
Get NBA Stats API Team Dashboard Player Tracking - Shots
Usage
nba_teamdashptshots(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "00",
location = "",
month = 0,
opponent_team_id = 0,
outcome = "",
per_mode = "Totals",
period = 0,
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
team_id = "1610612749",
vs_conference = "",
vs_division = "",
...
)Arguments
- date_from
date_from
- date_to
date_to
- game_segment
game_segment
- last_n_games
last_n_games
- league_id
league_id
- location
location
- month
month
- opponent_team_id
opponent_team_id
- outcome
outcome
- per_mode
per_mode
- period
period
- season
season
- season_segment
season_segment
- season_type
season_type
- team_id
team_id
- vs_conference
vs_conference
- vs_division
vs_division
- ...
Additional arguments passed to an underlying function like httr.
Value
Return a named list of data frames: ClosestDefender10ftPlusShooting, ClosestDefenderShooting, DribbleShooting, GeneralShooting, ShotClockShooting, TouchTimeShooting
Column schemas omitted from help to keep the package under the
CRAN 5 MB installed-size limit. See the package source at
tools/docs/nba_teamdashboard_columns.md for full column tables.
Details
Team Player Tracking (Second Spectrum) Stats - Shooting
nba_teamdashptshots(team_id = '1610612749', season = year_to_season(most_recent_nba_season() - 1))See also
Other NBA Team Functions:
nba_leaguedashteamstats(),
nba_teamandplayersvsplayers(),
nba_teamdashboardbyclutch(),
nba_teamdashlineups(),
nba_teamdashptpass(),
nba_teamdashptreb(),
nba_teamdetails(),
nba_teamestimatedmetrics(),
nba_teamgamelog(),
nba_teamgamelogs(),
nba_teamgamestreakfinder(),
nba_teamhistoricalleaders(),
nba_teaminfocommon(),
nba_teamplayerdashboard(),
nba_teamplayeronoffdetails(),
nba_teamplayeronoffsummary(),
nba_teams(),
nba_teamvsplayer(),
nba_teamyearbyyearstats()
Other NBA Player Tracking Functions:
nba_boxscoreplayertrackv2(),
nba_leaguedashoppptshot(),
nba_leaguedashplayerptshot(),
nba_leaguedashptdefend(),
nba_leaguedashptstats(),
nba_leaguedashptteamdefend(),
nba_leaguedashteamptshot(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshotdefend(),
nba_playerdashptshots(),
nba_synergyplaytypes(),
nba_teamdashptpass(),
nba_teamdashptreb()