wnba_leaguedashplayerbiostats: *Get WNBA Stats API League Dashboard Player Biographical...

View source: R/wnba_stats_league_dash.R

wnba_leaguedashplayerbiostatsR Documentation

Get WNBA Stats API League Dashboard Player Biographical Stats

Description

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.

Details

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

Value

Returns a named list of data frames: LeagueDashPlayerBioStats

LeagueDashPlayerBioStats

col_name types description
PLAYER_ID character Unique player identifier.
PLAYER_NAME character Player name.
TEAM_ID character Unique team identifier.
TEAM_ABBREVIATION character Short team abbreviation (e.g. 'LAS').
AGE character Player age (in years).
PLAYER_HEIGHT character
PLAYER_HEIGHT_INCHES character
PLAYER_WEIGHT character
COLLEGE character College or school attended.
COUNTRY character Country (full name or code).
DRAFT_YEAR character Draft year (4-digit).
DRAFT_ROUND character Round of the draft selection.
DRAFT_NUMBER character
GP character Games played.
PTS character Points scored.
REB character Total rebounds.
AST character Assists.
NET_RATING character Net rating (off rating - def rating).
OREB_PCT character Offensive rebound percentage (0-1).
DREB_PCT character Defensive rebound percentage (0-1).
USG_PCT character Usage percentage (0-1).
TS_PCT character True shooting percentage (0-1).
AST_PCT character Assist percentage (0-1).

Author(s)

Saiem Gilani

See Also

Other WNBA League Functions: wnba_leaguedashlineups(), wnba_leaguedashplayerclutch(), wnba_leaguedashplayershotlocations(), wnba_leaguedashplayerstats(), wnba_leaguedashteamclutch(), wnba_leaguedashteamshotlocations(), wnba_leaguedashteamstats(), wnba_leaguegamefinder(), wnba_leaguegamelog(), wnba_leaguelineupviz(), wnba_leagueplayerondetails(), wnba_leagueseasonmatchups(), wnba_leaguestandingsv3(), wnba_shotchartleaguewide()

Other WNBA Player Functions: wnba_infographicfanduelplayer(), wnba_leaguedashplayerclutch(), wnba_leaguedashplayershotlocations(), wnba_leaguedashplayerstats(), wnba_leagueplayerondetails(), wnba_leagueseasonmatchups(), wnba_playerawards(), wnba_playercareerbycollege(), wnba_playercareerbycollegerollup(), wnba_playercareerstats(), wnba_playercompare(), wnba_playerdashboardbyclutch(), wnba_playerestimatedmetrics(), wnba_playerfantasyprofile(), wnba_playerfantasyprofilebargraph(), wnba_playergamelog(), wnba_playergamelogs(), wnba_playergamestreakfinder(), wnba_playerheadshot(), wnba_playerindex(), wnba_playernextngames(), wnba_playerprofilev2(), wnba_playervsplayer()


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.