Skip to contents

Get ESPN's WNBA team box data

Usage

espn_wnba_team_box(game_id)

Arguments

game_id

Game ID

Value

Returns a team boxscore data frame

Author

Saiem Gilani

Examples


# \donttest{
   try(espn_wnba_team_box(game_id = 401244185))
#> ── ESPN WNBA Team Box Information from ESPN.com ──────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:13 UTC
#> # A tibble: 2 × 52
#>     game_id season season_t…¹ game_date  team_id team_…² team_…³ team_…⁴ team_…⁵
#>       <int>  <int>      <int> <date>       <int> <chr>   <chr>   <chr>   <chr>  
#> 1 401244185   2020          3 2020-10-06      17 s:40~l… las-ve… Las Ve… Aces   
#> 2 401244185   2020          3 2020-10-06      14 s:40~l… seattl… Seattle Storm  
#> # … with 43 more variables: team_abbreviation <chr>, team_display_name <chr>,
#> #   team_short_display_name <chr>, team_color <chr>,
#> #   team_alternate_color <chr>, team_logo <chr>, team_home_away <chr>,
#> #   team_score <int>, team_winner <lgl>, assists <int>, blocks <int>,
#> #   defensive_rebounds <int>, field_goal_pct <dbl>, field_goals_made <int>,
#> #   field_goals_attempted <int>, flagrant_fouls <int>, fouls <int>,
#> #   free_throw_pct <dbl>, free_throws_made <int>, …
# }