powered by
Get WNBA team season statistics from Basketball-Reference.
One row per team for a season. No account or API key is required.
bref_wnba_team_stats(season = most_recent_wnba_season(), table = "per_game")
A wehoop_data tibble with one row per team, carrying season and table columns.
wehoop_data
season
table
Season, 4-digit year format (e.g. 2024). Defaults to most_recent_wnba_season().
2024
most_recent_wnba_season()
Which stats table -- one of "per_game" (default), "totals", "per_poss" or "advanced".
"per_game"
"totals"
"per_poss"
"advanced"
Other WNBA Basketball-Reference Functions: bref_wnba_player_stats(), bref_wnba_standings()
bref_wnba_player_stats()
bref_wnba_standings()
# \donttest{ try(bref_wnba_team_stats(season = 2024, table = "per_game")) # }
Run the code above in your browser using DataLab