Learn R Programming

wehoop (version 3.0.0)

bref_wnba_standings: Basketball-Reference WNBA Standings

Description

Get WNBA standings (both conferences) from Basketball-Reference.

One row per team with record and win percentage, labelled by a conference column (Eastern / Western). No account or API key is required.

Usage

bref_wnba_standings(season = most_recent_wnba_season())

Value

A wehoop_data tibble with one row per team:

col_nametypes
teamcharacter
winsnumeric
lossesnumeric
win_loss_pctnumeric
conferencecharacter
seasoninteger

Arguments

season

Season, 4-digit year format (e.g. 2024). Defaults to most_recent_wnba_season().

See Also

Other WNBA Basketball-Reference Functions: bref_wnba_player_stats(), bref_wnba_team_stats()

Examples

Run this code
# \donttest{
  try(bref_wnba_standings(season = 2024))
# }

Run the code above in your browser using DataLab