Skip to contents

Get WNBA Stats API Playoff Series

Get WNBA Stats API Playoff Series

Usage

wnba_commonplayoffseries(
  league_id = "10",
  season = most_recent_wnba_season() - 2,
  series_id = "",
  ...
)

Arguments

league_id

league_id

season

season

series_id

series_id

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: PlayoffSeries

PlayoffSeries

col_nametypes
GAME_IDcharacter
HOME_TEAM_IDcharacter
VISITOR_TEAM_IDcharacter
SERIES_IDcharacter
GAME_NUMcharacter

Details

 wnba_commonplayoffseries(league_id = '10', season = most_recent_wnba_season() - 2)

Author

Saiem Gilani