Skip to contents

Get WNBA Stats API Player Fantasy Profile

Get WNBA Stats API Player Fantasy Profile

Usage

wnba_playerfantasyprofile(
  league_id = "10",
  measure_type = "Base",
  pace_adjust = "N",
  per_mode = "Totals",
  player_id = "202250",
  plus_minus = "N",
  rank = "N",
  season = "2022",
  season_type = "Regular Season",
  ...
)

Arguments

league_id

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

measure_type

measure_type

pace_adjust

Pace Adjustment - Y/N

per_mode

Per Mode - PerGame, Totals

player_id

Player ID

plus_minus

Plus Minus - Y/N

rank

Rank - Y/N

season

Season - format 2022

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: DaysRestModified, LastNGames, Location, Opponent, Overall

Author

Saiem Gilani