Get ESPN WNBA Athlete Overview
Get ESPN WNBA Athlete Overview
Usage
espn_wnba_athlete_overview(athlete_id, season = most_recent_wnba_season(), ...)Value
A named list of data frames: Statistics, NextGame,
Last5Games, Headlines, FantasyOutlook.
Statistics
| col_name | types |
| (varies) | character |
NextGame
| col_name | types |
| id | character |
| date | character |
| name | character |
| short_name | character |
Last5Games
| col_name | types |
| (varies) | character |
Headlines
| col_name | types |
| headline | character |
| description | character |
| published | character |
FantasyOutlook
| col_name | types |
| (varies) | character |
See also
Other ESPN WNBA Functions:
espn_wnba_athlete_awards(),
espn_wnba_athlete_eventlog(),
espn_wnba_athlete_gamelog(),
espn_wnba_athlete_info(),
espn_wnba_athlete_splits(),
espn_wnba_athlete_statisticslog(),
espn_wnba_athlete_stats(),
espn_wnba_athletes_index(),
espn_wnba_calendar(),
espn_wnba_coaches(),
espn_wnba_conferences(),
espn_wnba_draft(),
espn_wnba_event_broadcasts(),
espn_wnba_event_odds(),
espn_wnba_event_officials(),
espn_wnba_event_probabilities(),
espn_wnba_freeagents(),
espn_wnba_game_all(),
espn_wnba_game_rosters(),
espn_wnba_injuries(),
espn_wnba_leaders(),
espn_wnba_news(),
espn_wnba_pbp(),
espn_wnba_player_box(),
espn_wnba_player_stats(),
espn_wnba_scoreboard(),
espn_wnba_season_info(),
espn_wnba_seasons(),
espn_wnba_standings(),
espn_wnba_team(),
espn_wnba_team_box(),
espn_wnba_team_injuries(),
espn_wnba_team_leaders(),
espn_wnba_team_news(),
espn_wnba_team_roster(),
espn_wnba_team_schedule(),
espn_wnba_team_stats(),
espn_wnba_teams(),
espn_wnba_transactions(),
espn_wnba_venues()
Examples
# \donttest{
espn_wnba_athlete_overview(athlete_id = "3149391", season = 2024)
#> $Statistics
#> ── ESPN WNBA Athlete Overview Statistics from ESPN.com ───────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-06 04:51:27 UTC
#> # A tibble: 0 × 0
#>
#> $NextGame
#> ── ESPN WNBA Athlete Overview NextGame from ESPN.com ─────────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-06 04:51:27 UTC
#> # A tibble: 1 × 4
#> id date name short_name
#> <chr> <chr> <chr> <chr>
#> 1 NA NA NA NA
#>
#> $Last5Games
#> ── ESPN WNBA Athlete Overview Last5Games from ESPN.com ───────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-06 04:51:27 UTC
#> # A tibble: 0 × 0
#>
#> $Headlines
#> ── ESPN WNBA Athlete Overview Headlines from ESPN.com ────────── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-06 04:51:27 UTC
#> # A tibble: 13 × 5
#> headline description published byline type
#> <chr> <chr> <chr> <chr> <chr>
#> 1 WNBA GM survey picks Bueckers as player t… "The annua… 2026-05-… Micha… Head…
#> 2 WNBA 2026 season preview: Team rankings, … "Where do … 2026-05-… Micha… Story
#> 3 Athletes at the 2026 Met Gala "Check out… 2026-05-… NA Media
#> 4 Met Gala 2026: Venus Williams, Alysa Liu … "Stars fro… 2026-05-… ESPN Story
#> 5 2026 Met Gala: Venus Williams, A'ja Wilso… "Venus Wil… 2026-05-… Charl… Story
#> 6 A'ja Wilson scores 18 points for the Aces "A'ja Wils… 2026-05-… NA Media
#> 7 Dallas Wings vs. Las Vegas Aces - Game Hi… "Watch the… 2026-05-… NA Media
#> 8 A'ja Wilson gets the huge block for the A… "A'ja Wils… 2026-05-… NA Media
#> 9 A'ja Wilson with the bucket "A'ja Wils… 2026-05-… NA Media
#> 10 WNBA player rankings: The top 50 players … "From form… 2026-05-… Micha… Story
#> 11 Aces media day 2026: A'ja Wilson unveils … "The four-… 2026-04-… Kalan… Story
#> 12 A'ja Wilson? Caitlin Clark? Who to take w… "You're on… 2026-04-… Eric … Story
#> 13 Ranking every WNBA team's offseason, free… "How did t… 2026-04-… Micha… Story
#>
#> $FantasyOutlook
#> ── ESPN WNBA Athlete Overview FantasyOutlook from ESPN.com ───── wehoop 3.0.0 ──
#> ℹ Data updated: 2026-05-06 04:51:27 UTC
#> # A tibble: 1 × 1
#> outlook
#> <chr>
#> 1 NA
#>
# }
