Learn R Programming

wehoop (version 3.0.0)

bref_wnba_team_stats: Basketball-Reference WNBA Team Season Stats

Description

Get WNBA team season statistics from Basketball-Reference.

One row per team for a season. No account or API key is required.

Usage

bref_wnba_team_stats(season = most_recent_wnba_season(), table = "per_game")

Value

A wehoop_data tibble with one row per team, carrying season and table columns.

col_nametypes
teamcharacter
gnumeric
pts_per_gnumeric
seasoninteger
tablecharacter

Arguments

season

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

table

Which stats table -- one of "per_game" (default), "totals", "per_poss" or "advanced".

See Also

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

Examples

Run this code
# \donttest{
  try(bref_wnba_team_stats(season = 2024, table = "per_game"))
# }

Run the code above in your browser using DataLab