Skip to contents

Get WNBA Stats API League Season Matchups

Get WNBA Stats API League Season Matchups

Usage

wnba_leagueseasonmatchups(
  def_player_id = "",
  def_team_id = "",
  league_id = "10",
  off_player_id = "",
  off_team_id = "1611661313",
  per_mode = "Totals",
  season = "2021",
  season_type = "Regular Season",
  ...
)

Arguments

def_player_id

def_player_id

def_team_id

def_team_id

league_id

league_id

off_player_id

off_player_id

off_team_id

off_team_id

per_mode

per_mode

season

season

season_type

season_type

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: SeasonMatchups

Author

Saiem Gilani