| bref_wnba_standings | R Documentation |
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.
bref_wnba_standings(season = most_recent_wnba_season())
season |
Season, 4-digit year format (e.g. |
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 |
Other WNBA Basketball-Reference Functions:
bref_wnba_player_stats(),
bref_wnba_team_stats()
try(bref_wnba_standings(season = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.