Skip to contents

Get ESPN WNBA Athlete Statisticslog

Get ESPN WNBA Athlete Statisticslog

Usage

espn_wnba_athlete_statisticslog(
  athlete_id,
  season = most_recent_wnba_season(),
  ...
)

Arguments

athlete_id

ESPN athlete identifier (character or numeric).

season

Season year (numeric). Defaults to the most recent WNBA season.

...

Additional arguments; currently unused.

Value

A single tibble. When resolved, each row corresponds to one statistical entry in the core-v2 statistics log, with event_ref and statistics_ref character columns pointing to resolvable ESPN endpoints.

col_nametypes
event_refcharacter
statistics_refcharacter

Author

Saiem Gilani

Examples

# \donttest{
  espn_wnba_athlete_statisticslog(athlete_id = "3149391", season = 2024)
#> ── ESPN WNBA Athlete Statisticslog from ESPN.com ─────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-06 04:51:28 UTC
#> # A tibble: 1 × 2
#>   season$`$ref`                                                       statistics
#>   <chr>                                                               <list>    
#> 1 http://sports.core.api.espn.com/v2/sports/basketball/leagues/wnba/… <df>      
# }