Skip to contents

Get ESPN women's college basketball team box data

Usage

espn_wbb_team_box(game_id)

Arguments

game_id

Game ID

Value

Returns a team boxscore data frame

Author

Saiem Gilani

Examples

# \donttest{
  try(espn_wbb_team_box(game_id = 401276115))
#> ── ESPN WBB Team Box Information from ESPN.com ───────────────── wehoop 1.8.0 ──
#>  Data updated: 2023-03-11 06:15:03 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 401276115   2021          2 2021-02-21      97 s:40~l… louisv… Louisv… Cardin…
#> 2 401276115   2021          2 2021-02-21      52 s:40~l… florid… Florid… Semino…
#> # … 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>, …
# }