Skip to contents

Get WNBA Stats API Player Fantasy Profile Bar Graph

Get WNBA Stats API Player Fantasy Profile Bar Graph

Usage

wnba_playerfantasyprofilebargraph(
  league_id = "10",
  player_id = "1628932",
  season = most_recent_wnba_season() - 1,
  season_type = "Regular Season",
  ...
)

Arguments

league_id

League - default: '00'. Other options include '10': WWNBA, '20': G-League

player_id

Player ID

season

Season - format 2020-21

season_type

Season Type - Regular Season, Playoffs, All-Star

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: LastFiveGamesAvg, SeasonAvg

SeasonAvg

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
FAN_DUEL_PTScharacter
NBA_FANTASY_PTScharacter
PTScharacterPoints scored.
REBcharacterTotal rebounds.
ASTcharacterAssists.
FG3McharacterThree-point field goals made.
FT_PCTcharacterFree throw percentage (0-1).
STLcharacterSteals.
BLKcharacterBlocks.
TOVcharacterTurnovers.
FG_PCTcharacterField goal percentage (0-1).

LastFiveGamesAvg

col_nametypesdescription
PLAYER_IDcharacterUnique player identifier.
PLAYER_NAMEcharacterPlayer name.
TEAM_IDcharacterUnique team identifier.
TEAM_ABBREVIATIONcharacterShort team abbreviation (e.g. 'LAS').
FAN_DUEL_PTScharacter
NBA_FANTASY_PTScharacter
PTScharacterPoints scored.
REBcharacterTotal rebounds.
ASTcharacterAssists.
FG3McharacterThree-point field goals made.
FT_PCTcharacterFree throw percentage (0-1).
STLcharacterSteals.
BLKcharacterBlocks.
TOVcharacterTurnovers.
FG_PCTcharacterField goal percentage (0-1).

Details

  wnba_playerfantasyprofilebargraph(player_id = '1628932')

Author

Saiem Gilani