
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.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:27 UTC
#> # A tibble: 1 × 93
#> team_id team_guid team_uid team_sdr team_slug team_location team_name
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 52 686a0ce2669d9094b… s:40~l:… 5994 florida-… Florida State Seminoles
#> # … with 86 more variables: team_nickname <chr>, team_abbreviation <chr>,
#> # 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>, general_disqualifications <dbl>,
#> # general_flagrant_fouls <dbl>, general_fouls <dbl>, general_ejections <dbl>,
#> # general_technical_fouls <dbl>, general_rebounds <dbl>,
#> # general_minutes <dbl>, general_avg_minutes <dbl>, …
# }