Get NBA Stats API League Dashboard Player Tracking - Player Shots
Get NBA Stats API League Dashboard Player Tracking - Player Shots
nba_leaguedashplayerptshot(
close_def_dist_range = "",
college = "",
conference = "",
country = "",
date_from = "",
date_to = "",
distance_range = "",
division = "",
draft_pick = "",
draft_year = "",
dribble_range = "",
game_scope = "",
game_segment = "",
general_range = "",
height = "",
last_n_games = 0,
league_id = "00",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
po_round = "",
per_mode = "Totals",
period = 0,
player_experience = "",
player_position = "",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
shot_dist_range = "",
starter_bench = "",
team_id = "",
touch_time_range = "",
vs_conference = "",
vs_division = "",
weight = "",
...
)Returns a named list of data frames: LeagueDashPTShots
LeagueDashPTShots
| col_name | types |
| PLAYER_ID | character |
| PLAYER_NAME | character |
| PLAYER_LAST_TEAM_ID | character |
| PLAYER_LAST_TEAM_ABBREVIATION | character |
| AGE | character |
| GP | character |
| G | character |
| FGA_FREQUENCY | character |
| FGM | character |
| FGA | character |
| FG_PCT | character |
| EFG_PCT | character |
| FG2A_FREQUENCY | character |
| FG2M | character |
| FG2A | character |
| FG2_PCT | character |
| FG3A_FREQUENCY | character |
| FG3M | character |
| FG3A | character |
| FG3_PCT | character |
close_def_dist_range
college
conference
country
date_from
date_to
distance_range
division
draft_pick
draft_year
dribble_range
game_scope
game_segment
general_range
height
last_n_games
league_id
location
measure_type
month
opponent_team_id
outcome
pace_adjust
po_round
per_mode
period
player_experience
player_position
season
season_segment
season_type
shot_clock_range
shot_dist_range
starter_bench
team_id
touch_time_range
vs_conference
vs_division
weight
Additional arguments passed to an underlying function like httr.
Saiem Gilani
nba_leaguedashplayerptshot(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))
Other NBA League Functions:
nba_leaguedashlineups(),
nba_leaguedashoppptshot(),
nba_leaguedashplayerbiostats(),
nba_leaguedashplayerclutch(),
nba_leaguedashplayershotlocations(),
nba_leaguedashplayerstats(),
nba_leaguedashptdefend(),
nba_leaguedashptstats(),
nba_leaguedashptteamdefend(),
nba_leaguedashteamclutch(),
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 Player Tracking Functions:
nba_boxscoreplayertrackv2(),
nba_leaguedashoppptshot(),
nba_leaguedashptdefend(),
nba_leaguedashptstats(),
nba_leaguedashptteamdefend(),
nba_leaguedashteamptshot(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshotdefend(),
nba_playerdashptshots(),
nba_synergyplaytypes(),
nba_teamdashptpass(),
nba_teamdashptreb(),
nba_teamdashptshots()