Skip to contents

Get WNBA Stats API League Dashboard Player Biographical Stats

Get WNBA Stats API League Dashboard Player Biographical Stats

Usage

wnba_leaguedashplayerbiostats(
  college = "",
  conference = "",
  country = "",
  date_from = "",
  date_to = "",
  division = "",
  draft_pick = "",
  draft_year = "",
  game_segment = "",
  game_scope = "",
  height = "",
  last_n_games = 0,
  league_id = "10",
  location = "",
  month = 0,
  opponent_team_id = 0,
  outcome = "",
  po_round = "",
  per_mode = "Totals",
  period = "",
  player_experience = "",
  player_position = "",
  season = most_recent_wnba_season() - 1,
  season_segment = "",
  season_type = "Regular Season",
  shot_clock_range = "",
  starter_bench = "",
  team_id = "",
  touch_time_range = "",
  vs_conference = "",
  vs_division = "",
  weight = "",
  ...
)

Arguments

college

college

conference

conference

country

country

date_from

date_from

date_to

date_to

division

division

draft_pick

draft_pick

draft_year

draft_year

game_segment

game_segment

game_scope

game_scope

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_position

player_position

season

season

season_segment

season_segment

season_type

season_type

shot_clock_range

shot_clock_range

starter_bench

starter_bench

team_id

team_id

touch_time_range

touch_time_range

vs_conference

vs_conference

vs_division

vs_division

weight

weight

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: LeagueDashPlayerBioStats

LeagueDashPlayerBioStats

col_nametypes
PLAYER_IDcharacter
PLAYER_NAMEcharacter
TEAM_IDcharacter
TEAM_ABBREVIATIONcharacter
AGEcharacter
PLAYER_HEIGHTcharacter
PLAYER_HEIGHT_INCHEScharacter
PLAYER_WEIGHTcharacter
COLLEGEcharacter
COUNTRYcharacter
DRAFT_YEARcharacter
DRAFT_ROUNDcharacter
DRAFT_NUMBERcharacter
GPcharacter
PTScharacter
REBcharacter
ASTcharacter
NET_RATINGcharacter
OREB_PCTcharacter
DREB_PCTcharacter
USG_PCTcharacter
TS_PCTcharacter
AST_PCTcharacter

Details

  wnba_leaguedashplayerbiostats(league_id = '10', season = most_recent_wnba_season() - 1)

Author

Saiem Gilani