Get WNBA Stats API League Player On/Off Details
Get WNBA Stats API League Player On/Off Details
wnba_leagueplayerondetails(
date_from = "",
date_to = "",
game_segment = "",
last_n_games = 0,
league_id = "10",
location = "",
measure_type = "Base",
month = 0,
opponent_team_id = 0,
outcome = "",
pace_adjust = "N",
per_mode = "Totals",
period = 0,
plus_minus = "N",
rank = "N",
season = most_recent_wnba_season() - 1,
season_segment = "",
season_type = "Regular Season",
team_id = "1611661313",
vs_conference = "",
vs_division = "",
...
)Returns a named list of data frames: PlayersOnCourtLeaguePlayerDetails
PlayersOnCourtLeaguePlayerDetails
Columns as documented in the shared wnba_on_off_schema table.
date_from
date_to
game_segment
last_n_games
league_id
location
measure_type
month
opponent_team_id
outcome
pace_adjust
per_mode
period
plus_minus
rank
season
season_segment
season_type
team_id
vs_conference
vs_division
Additional arguments passed to an underlying function like httr.
Saiem Gilani
wnba_leagueplayerondetails(team_id = '1611661313', season = most_recent_wnba_season() - 1)
Other WNBA League Functions:
wnba_leaguedashlineups(),
wnba_leaguedashplayerbiostats(),
wnba_leaguedashplayerclutch(),
wnba_leaguedashplayershotlocations(),
wnba_leaguedashplayerstats(),
wnba_leaguedashteamclutch(),
wnba_leaguedashteamshotlocations(),
wnba_leaguedashteamstats(),
wnba_leaguegamefinder(),
wnba_leaguegamelog(),
wnba_leaguelineupviz(),
wnba_leagueseasonmatchups(),
wnba_leaguestandingsv3(),
wnba_shotchartleaguewide()
Other WNBA Player Functions:
wnba_infographicfanduelplayer(),
wnba_leaguedashplayerbiostats(),
wnba_leaguedashplayerclutch(),
wnba_leaguedashplayershotlocations(),
wnba_leaguedashplayerstats(),
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()