Skip to contents

Get WNBA Stats API Player Game Log

Get WNBA Stats API Player Game Log

Usage

wnba_playergamelog(
  date_from = "",
  date_to = "",
  league_id = "10",
  player_id = "202250",
  season = "2022",
  season_type = "Regular Season",
  ...
)

Arguments

date_from

date_from

date_to

date_to

league_id

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

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

Author

Saiem Gilani