Skip to contents

Get WNBA Stats API Team Game Log

Get WNBA Stats API Team Game Log

Usage

wnba_teamgamelog(
  date_from = "",
  date_to = "",
  league_id = "10",
  season = "2022",
  season_type = "Regular Season",
  team_id = "1611661317",
  ...
)

Arguments

date_from

date_from

date_to

date_to

league_id

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

season

Season - format 2020-21

season_type

Season Type - Regular Season, Playoffs, All-Star

team_id

Team ID

...

Additional arguments passed to an underlying function like httr.

Value

Return a named list of data frames: TeamGameLog

Author

Saiem Gilani