wnba_leaguedashteamshotlocations {wehoop} | R Documentation |
Get WNBA Stats API League Dashboard Team Shot Locations
Description
Get WNBA Stats API League Dashboard Team Shot Locations
Get WNBA Stats API League Dashboard Team Shot Locations
Usage
wnba_leaguedashteamshotlocations(
conference = "",
date_from = "",
date_to = "",
distance_range = "By Zone",
division = "",
game_scope = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
po_round = "",
pace_adjust = "N",
per_mode = "Totals",
period = 0,
player_experience = "",
player_position = "",
plus_minus = "N",
rank = "N",
season = most_recent_wnba_season() - 1,
season_segment = "",
season_type = "Regular Season",
shot_clock_range = "",
starter_bench = "",
team_id = "",
vs_conference = "",
vs_division = "",
...
)
Arguments
conference |
conference |
date_from |
date_from |
date_to |
date_to |
distance_range |
distance_range |
division |
division |
game_scope |
game_scope |
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 |
po_round |
po_round |
pace_adjust |
pace_adjust |
per_mode |
per_mode |
period |
period |
player_experience |
player_experience |
player_position |
player_position |
plus_minus |
plus_minus |
rank |
rank |
season |
season |
season_segment |
season_segment |
season_type |
season_type |
shot_clock_range |
shot_clock_range |
starter_bench |
starter_bench |
team_id |
team_id |
vs_conference |
vs_conference |
vs_division |
vs_division |
... |
Additional arguments passed to an underlying function like httr. |
Details
wnba_leaguedashteamshotlocations(league_id = '10', season = most_recent_wnba_season() - 1)
Value
Returns a named list of data frames: ShotLocations
ShotLocations
col_name | types |
TEAM_ID | character |
TEAM_NAME | character |
Restricted_Area_FGM | character |
Restricted_Area_FGA | character |
Restricted_Area_FG_PCT | character |
In_The_Paint_Non_RA_FGM | character |
In_The_Paint_Non_RA_FGA | character |
In_The_Paint_Non_RA_FG_PCT | character |
Mid_Range_FGM | character |
Mid_Range_FGA | character |
Mid_Range_FG_PCT | character |
Left_Corner_3_FGM | character |
Left_Corner_3_FGA | character |
Left_Corner_3_FG_PCT | character |
Right_Corner_3_FGM | character |
Right_Corner_3_FGA | character |
Right_Corner_3_FG_PCT | character |
Above_the_Break_3_FGM | character |
Above_the_Break_3_FGA | character |
Above_the_Break_3_FG_PCT | character |
Backcourt_FGM | character |
Backcourt_FGA | character |
Backcourt_FG_PCT | character |
Corner_3_FGM | character |
Corner_3_FGA | character |
Corner_3_FG_PCT | character |
Author(s)
Saiem Gilani
See Also
Other WNBA League Functions:
wnba_leaguedashlineups()
,
wnba_leaguedashplayerbiostats()
,
wnba_leaguedashplayerclutch()
,
wnba_leaguedashplayershotlocations()
,
wnba_leaguedashplayerstats()
,
wnba_leaguedashteamclutch()
,
wnba_leaguedashteamstats()
,
wnba_leaguegamefinder()
,
wnba_leaguegamelog()
,
wnba_leaguelineupviz()
,
wnba_leagueplayerondetails()
,
wnba_leagueseasonmatchups()
,
wnba_leaguestandingsv3()
,
wnba_shotchartleaguewide()
Other WNBA Shooting Functions:
wnba_leaguedashplayershotlocations()
,
wnba_playerdashboardbyshootingsplits()
,
wnba_shotchartdetail()
,
wnba_shotchartleaguewide()
,
wnba_shotchartlineupdetail()
,
wnba_teamdashboardbyshootingsplits()