bref_wnba_standings: *Basketball-Reference WNBA Standings*

View source: R/bref_wnba.R

bref_wnba_standingsR Documentation

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())

Arguments

season

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

Value

A wehoop_data tibble with one row per team:

col_name types
team character
wins numeric
losses numeric
win_loss_pct numeric
conference character
season integer

See Also

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

Examples


  try(bref_wnba_standings(season = 2024))


wehoop documentation built on Aug. 25, 2026, 1:06 a.m.