
Get ESPN women's college basketball team stats data
Source:R/espn_wbb_data.R
espn_wbb_team_stats.Rd
Get ESPN women's college basketball team stats data
Arguments
- team_id
Team ID
- year
Year
- season_type
(character, default: regular): Season type - regular or postseason
- total
(boolean, default: FALSE): Totals
Examples
# \donttest{
try(espn_wbb_team_stats(team_id = 52, year = 2020))
#> ── ESPN WBB Team Season Stats from ESPN.com ──────────────────── wehoop 1.8.0 ──
#> ℹ Data updated: 2023-03-11 06:15:04 UTC
#> # A tibble: 1 × 93
#> team_id team_guid team_…¹ team_…² team_…³ team_…⁴ team_…⁵ team_…⁶ team_…⁷
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 52 686a0ce2669d9… s:40~l… 5994 florid… Florid… Semino… Florid… FSU
#> # … with 84 more variables: team_display_name <chr>,
#> # team_short_display_name <chr>, team_color <chr>,
#> # team_alternate_color <chr>, team_is_active <lgl>, team_is_all_star <lgl>,
#> # logo_href <chr>, logo_dark_href <chr>, defensive_blocks <dbl>,
#> # defensive_defensive_rebounds <dbl>, defensive_steals <dbl>,
#> # defensive_turnover_points <dbl>, defensive_avg_defensive_rebounds <dbl>,
#> # defensive_avg_blocks <dbl>, defensive_avg_steals <dbl>, …
# }