Skip to contents

Get ESPN Women's College Basketball Athlete Eventlog

Get ESPN Women's College Basketball Athlete Eventlog

Usage

espn_wbb_athlete_eventlog(athlete_id, season = most_recent_wbb_season(), ...)

Arguments

athlete_id

ESPN athlete identifier (character or numeric).

season

Season year (numeric). Defaults to the most recent WBB 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_wbb_athlete_eventlog(athlete_id = "4433985", season = 2025)
#> # A tibble: 0 × 0
# }