Skip to contents

Get WNBA Stats API Player Next N Games

Get WNBA Stats API Player Next N Games

Usage

wnba_playernextngames(
  league_id = "10",
  number_of_games = 2147483647,
  player_id = "202250",
  season = "2022",
  season_type = "Regular Season",
  ...
)

Arguments

league_id

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

number_of_games

N in number of games

player_id

Player ID

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: NextNGames

Author

Saiem Gilani