| nba_playerdashptshotdefend {hoopR} | R Documentation |
Get NBA Stats API Player Dashboard Player Tracking - Defense
Description
Get NBA Stats API Player Dashboard Player Tracking - Defense
Get NBA Stats API Player Dashboard Player Tracking - Defense
Usage
nba_playerdashptshotdefend(
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,
player_id = "2544",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
team_id = "0",
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 |
player_id |
player_id |
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. |
Details
Player Tracking (Second Spectrum) Stats - Defending
nba_playerdashptshotdefend(player_id = '2544', season = year_to_season(most_recent_nba_season() - 1))
Value
Return a named list of data frames: DefendingShots
DefendingShots
| col_name | types |
| CLOSE_DEF_playerId | character |
| GP | character |
| G | character |
| DEFENSE_CATEGORY | character |
| FREQ | character |
| D_FGM | character |
| D_FGA | character |
| D_FG_PCT | character |
| NORMAL_FG_PCT | character |
| PCT_PLUSMINUS | character |
Author(s)
Saiem Gilani
See Also
Other NBA Player Functions:
nba_infographicfanduelplayer(),
nba_leaguedashplayerbiostats(),
nba_leaguedashplayerclutch(),
nba_leaguedashplayershotlocations(),
nba_leaguedashplayerstats(),
nba_leagueplayerondetails(),
nba_leagueseasonmatchups(),
nba_matchupsrollup(),
nba_playerawards(),
nba_playercareerbycollegerollup(),
nba_playercareerbycollege(),
nba_playercareerstats(),
nba_playercompare(),
nba_playerdashboardbyclutch(),
nba_playerdashboardbygamesplits(),
nba_playerdashboardbygeneralsplits(),
nba_playerdashboardbylastngames(),
nba_playerdashboardbyopponent(),
nba_playerdashboardbyshootingsplits(),
nba_playerdashboardbyteamperformance(),
nba_playerdashboardbyyearoveryear(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshots(),
nba_playerestimatedmetrics(),
nba_playerfantasyprofilebargraph(),
nba_playerfantasyprofile(),
nba_playergamelogs(),
nba_playergamelog(),
nba_playergamestreakfinder(),
nba_playerheadshot(),
nba_playerindex(),
nba_playernextngames(),
nba_playerprofilev2(),
nba_playervsplayer()
Other NBA Player Tracking Functions:
nba_boxscoreplayertrackv2(),
nba_leaguedashoppptshot(),
nba_leaguedashplayerptshot(),
nba_leaguedashptdefend(),
nba_leaguedashptstats(),
nba_leaguedashptteamdefend(),
nba_leaguedashteamptshot(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshots(),
nba_synergyplaytypes(),
nba_teamdashptpass(),
nba_teamdashptreb(),
nba_teamdashptshots()