Skip to contents

Get WNBA Stats API Scoreboard

Get WNBA Stats API Scoreboard

Usage

wnba_scoreboard(
  league_id = "10",
  game_date = "2022/05/17",
  day_offset = 0,
  ...
)

Arguments

league_id

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

game_date

Game Date, format: 2022/05/17

day_offset

Day Offset (integer 0,-1)

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: Available, EastConfStandingsByDay, GameHeader, LastMeeting, LineScore, SeriesStandings, WestConfStandingsByDay

Author

Saiem Gilani