Get WNBA Stats API League Hustle Stats Player Leaders
Get WNBA Stats API League Hustle Stats Player Leaders
wnba_leaguehustlestatsplayerleaders(
college = "",
conference = "",
country = "",
date_from = "",
date_to = "",
division = "",
draft_pick = "",
draft_year = "",
height = "",
last_n_games = 0,
league_id = "10",
location = "",
month = 0,
opponent_team_id = 0,
outcome = "",
po_round = "",
per_mode = "Totals",
player_experience = "",
player_position = "",
season = most_recent_wnba_season() - 1,
season_segment = "",
season_type = "Regular Season",
team_id = "",
vs_conference = "",
vs_division = "",
weight = "",
...
)
Returns a named list of data frames: PlayerChargesDrawnLeaders, PlayerContestedShotsLeaders, PlayerDeflectionsLeaders, PlayerLooseBallLeaders, PlayerScreenAssistLeaders, Table5
PlayerContestedShotsLeaders
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
CONTESTED_SHOTS | character |
PlayerChargesDrawnLeaders
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
CHARGES_DRAWN | character |
PlayerDeflectionsLeaders
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
DEFLECTIONS | character |
PlayerLooseBallLeaders
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
LOOSE_BALLS_RECOVERED | character |
PlayerScreenAssistLeaders
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
SCREEN_ASSISTS | character |
Table5
col_name | types |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
RANK | character |
BOX_OUTS | character |
college
conference
country
date_from
date_to
division
draft_pick
draft_year
height
last_n_games
league_id
location
month
opponent_team_id
outcome
po_round
per_mode
player_experience
player_position
season
season_segment
season_type
team_id
vs_conference
vs_division
weight
Additional arguments passed to an underlying function like httr.
Saiem Gilani
wnba_leaguehustlestatsplayerleaders(league_id = '10')
Other WNBA Hustle Functions:
wnba_hustlestatsboxscore()
,
wnba_leaguehustlestatsplayer()
,
wnba_leaguehustlestatsteamleaders()
,
wnba_leaguehustlestatsteam()