Skip to contents

Get ESPN WNBA Athlete Eventlog

Get ESPN WNBA Athlete Eventlog

Usage

espn_wnba_athlete_eventlog(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. Per-event statistics.$ref URLs from the ESPN core-v2 API are returned as the character column statistics_ref and are NOT resolved. Similarly, event_ref, competition_ref, and team_ref are returned as character columns.

col_nametypes
event_refcharacter
competition_refcharacter
team_refcharacter
statistics_refcharacter

Author

Saiem Gilani

Examples

# \donttest{
  espn_wnba_athlete_eventlog(athlete_id = "3149391", season = 2024)
#> ── ESPN WNBA Athlete Eventlog from ESPN.com ──────────────────── wehoop 3.0.0 ──
#>  Data updated: 2026-05-06 04:51:25 UTC
#> # A tibble: 25 × 6
#>    event_ref              competition_ref team_ref statistics_ref team_id played
#>    <chr>                  <chr>           <chr>    <chr>          <chr>   <lgl> 
#>  1 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  2 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  3 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  4 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  5 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  6 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  7 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  8 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#>  9 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#> 10 http://sports.core.ap… http://sports.… NA       http://sports… 17      TRUE  
#> # ℹ 15 more rows
# }