wnba_leaguedashplayerbiostats {wehoop} | R 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 |
PLAYER_ID | character |
PLAYER_NAME | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
AGE | character |
PLAYER_HEIGHT | character |
PLAYER_HEIGHT_INCHES | character |
PLAYER_WEIGHT | character |
COLLEGE | character |
COUNTRY | character |
DRAFT_YEAR | character |
DRAFT_ROUND | character |
DRAFT_NUMBER | character |
GP | character |
PTS | character |
REB | character |
AST | character |
NET_RATING | character |
OREB_PCT | character |
DREB_PCT | character |
USG_PCT | character |
TS_PCT | character |
AST_PCT | character |
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_playercareerbycollegerollup()
,
wnba_playercareerbycollege()
,
wnba_playercareerstats()
,
wnba_playercompare()
,
wnba_playerdashboardbyclutch()
,
wnba_playerdashboardbygamesplits()
,
wnba_playerdashboardbygeneralsplits()
,
wnba_playerdashboardbylastngames()
,
wnba_playerdashboardbyopponent()
,
wnba_playerdashboardbyshootingsplits()
,
wnba_playerdashboardbyteamperformance()
,
wnba_playerdashboardbyyearoveryear()
,
wnba_playerestimatedmetrics()
,
wnba_playerfantasyprofilebargraph()
,
wnba_playerfantasyprofile()
,
wnba_playergamelogs()
,
wnba_playergamelog()
,
wnba_playergamestreakfinder()
,
wnba_playerheadshot()
,
wnba_playerindex()
,
wnba_playernextngames()
,
wnba_playerprofilev2()
,
wnba_playervsplayer()