| bref_wnba_team_stats | R Documentation |
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")
season |
Season, 4-digit year format (e.g. |
table |
Which stats table – one of |
A wehoop_data tibble with one row per team, carrying season and
table columns.
| col_name | types |
| team | character |
| g | numeric |
| pts_per_g | numeric |
| season | integer |
| table | character |
Other WNBA Basketball-Reference Functions:
bref_wnba_player_stats(),
bref_wnba_standings()
try(bref_wnba_team_stats(season = 2024, table = "per_game"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.