| nba_leaguedashptdefend {hoopR} | R Documentation |
Get NBA Stats API League Dashboard Player Tracking - Defense
Description
Get NBA Stats API League Dashboard Player Tracking - Defense
Get NBA Stats API League Dashboard Player Tracking - Defense
Usage
nba_leaguedashptdefend(
college = "",
conference = "",
country = "",
date_from = "",
date_to = "",
defense_category = "Overall",
division = "",
draft_pick = "",
draft_year = "",
game_segment = "",
height = "",
last_n_games = 0,
league_id = "00",
location = "",
month = 0,
opponent_team_id = 0,
outcome = "",
po_round = "",
per_mode = "Totals",
period = "",
player_experience = "",
player_id = "",
player_position = "",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
starter_bench = "",
team_id = "",
vs_conference = "",
vs_division = "",
weight = "",
...
)
Arguments
college |
college |
conference |
conference |
country |
country |
date_from |
date_from |
date_to |
date_to |
defense_category |
defense_category |
division |
division |
draft_pick |
draft_pick |
draft_year |
draft_year |
game_segment |
game_segment |
height |
height |
last_n_games |
last_n_games |
league_id |
league_id |
location |
location |
month |
month |
opponent_team_id |
opponent_team_id |
outcome |
outcome |
po_round |
po_round |
per_mode |
per_mode |
period |
period |
player_experience |
player_experience |
player_id |
player_id |
player_position |
player_position |
season |
season |
season_segment |
season_segment |
season_type |
season_type |
starter_bench |
starter_bench |
team_id |
team_id |
vs_conference |
vs_conference |
vs_division |
vs_division |
weight |
weight |
... |
Additional arguments passed to an underlying function like httr. |
Details
nba_leaguedashptdefend(league_id = '00', season = year_to_season(most_recent_nba_season() - 1))
Value
Returns a named list of data frames: LeagueDashPTDefend
LeagueDashPTDefend
| col_name | types |
| CLOSE_DEF_PERSON_ID | character |
| PLAYER_NAME | character |
| PLAYER_LAST_TEAM_ID | character |
| PLAYER_LAST_TEAM_ABBREVIATION | character |
| PLAYER_POSITION | character |
| AGE | character |
| GP | character |
| G | 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 League Functions:
nba_leaguedashlineups(),
nba_leaguedashoppptshot(),
nba_leaguedashplayerbiostats(),
nba_leaguedashplayerclutch(),
nba_leaguedashplayerptshot(),
nba_leaguedashplayershotlocations(),
nba_leaguedashplayerstats(),
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_leaguedashplayerptshot(),
nba_leaguedashptstats(),
nba_leaguedashptteamdefend(),
nba_leaguedashteamptshot(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshotdefend(),
nba_playerdashptshots(),
nba_synergyplaytypes(),
nba_teamdashptpass(),
nba_teamdashptreb(),
nba_teamdashptshots()