Get ESPN's WNBA team box data
Examples
# \donttest{
try(espn_wnba_team_box(game_id = 401244185))
#> ── ESPN WNBA Team Box Information from ESPN.com ──────────────── wehoop 1.5.0 ──
#> ℹ Data updated: 2022-06-17 12:06:35 UTC
#> # A tibble: 2 × 40
#> game_id season season_type game_date team_short_display_name team_uid
#> <dbl> <int> <int> <date> <chr> <chr>
#> 1 401244185 2020 3 2020-10-06 Aces s:40~l:59~t:17
#> 2 401244185 2020 3 2020-10-06 Storm s:40~l:59~t:14
#> # … with 34 more variables: team_alternate_color <chr>, team_color <chr>,
#> # team_display_name <chr>, team_name <chr>, team_logo <chr>,
#> # team_location <chr>, team_id <chr>, team_abbreviation <chr>,
#> # team_slug <chr>, field_goals_made_field_goals_attempted <chr>,
#> # field_goal_pct <chr>,
#> # three_point_field_goals_made_three_point_field_goals_attempted <chr>,
#> # three_point_field_goal_pct <chr>, …
# }