
Get ESPN Women's College Basketball Athlete Overview
Source:R/espn_mbb_athletes.R, R/espn_nba_athletes.R
espn_mbb_player_overview.RdGet ESPN Women's College Basketball Athlete Overview
Get ESPN Women's College Basketball Athlete Overview
Get ESPN Women's College Basketball Athlete Stats
Get ESPN Women's College Basketball Athlete Gamelog
Get ESPN Women's College Basketball Athlete Splits
Get ESPN Women's College Basketball Athlete Eventlog
Get ESPN Women's College Basketball Athlete Statisticslog
Get ESPN NBA Athlete Overview
Get ESPN NBA Athlete Overview
Get ESPN NBA Athlete Stats
Get ESPN NBA Athlete Gamelog
Get ESPN NBA Athlete Splits
Get ESPN NBA Athlete Eventlog
Get ESPN NBA Athlete Statisticslog
Usage
espn_mbb_player_overview(athlete_id, season = most_recent_mbb_season(), ...)
espn_mbb_player_stats_v3(athlete_id, season = most_recent_mbb_season(), ...)
espn_mbb_player_gamelog(athlete_id, season = most_recent_mbb_season(), ...)
espn_mbb_player_splits(athlete_id, season = most_recent_mbb_season(), ...)
espn_mbb_player_eventlog(athlete_id, season = most_recent_mbb_season(), ...)
espn_mbb_player_statisticslog(
athlete_id,
season = most_recent_mbb_season(),
...
)
espn_nba_player_overview(athlete_id, season = most_recent_nba_season(), ...)
espn_nba_player_stats_v3(athlete_id, season = most_recent_nba_season(), ...)
espn_nba_player_gamelog(athlete_id, season = most_recent_nba_season(), ...)
espn_nba_player_splits(athlete_id, season = most_recent_nba_season(), ...)
espn_nba_player_eventlog(athlete_id, season = most_recent_nba_season(), ...)
espn_nba_player_statisticslog(
athlete_id,
season = most_recent_nba_season(),
...
)Value
A named list of data frames: Statistics, NextGame,
Last5Games, Headlines, FantasyOutlook.
Statistics
| col_name | types | description |
| (varies) | character |
NextGame
| col_name | types | description |
| id | character | Id. |
| date | character | Date in YYYY-MM-DD format. |
| name | character | Display name. |
| short_name | character | Short display name. |
Last5Games
| col_name | types | description |
| (varies) | character |
Headlines
| col_name | types | description |
| headline | character | News headline. |
| description | character | Long-form description text. |
| published | character | Publication timestamp (ISO 8601). |
FantasyOutlook
| col_name | types | description |
| (varies) | character |
A named list of per-category tibbles. Default category names are
General, Offensive, Defensive, Rebounding, Shooting, Misc.
Actual names are driven by the ESPN response; additional categories may
appear. Each tibble has columns depending on the category returned by
ESPN.
A single tibble with one row per game. Column names reflect the stat labels returned by ESPN and will vary by season and player.
A single long-format tibble. When data are present, columns include
at minimum category and split_name, plus per-stat columns driven by
ESPN labels.
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.
Columns as documented in the shared espn_mbb_player_eventlog_schema table.
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_name | types | description |
| event_ref | character | Reference link to the originating event. |
| statistics_ref | character |
A named list of data frames: Statistics, NextGame,
Last5Games, Headlines, FantasyOutlook.
Statistics
| col_name | types | description |
| (varies) | character |
NextGame
| col_name | types | description |
| id | character | Id. |
| date | character | Date in YYYY-MM-DD format. |
| name | character | Display name. |
| short_name | character | Short display name. |
Last5Games
| col_name | types | description |
| (varies) | character |
Headlines
| col_name | types | description |
| headline | character | News headline. |
| description | character | Long-form description text. |
| published | character | Publication timestamp (ISO 8601). |
FantasyOutlook
| col_name | types | description |
| (varies) | character |
A named list of per-category tibbles. Default category names are
General, Offensive, Defensive, Rebounding, Shooting, Misc.
Actual names are driven by the ESPN response; additional categories may
appear. Each tibble has columns depending on the category returned by
ESPN.
A single tibble with one row per game. Column names reflect the stat labels returned by ESPN and will vary by season and player.
A single long-format tibble. When data are present, columns include
at minimum category and split_name, plus per-stat columns driven by
ESPN labels.
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.
Columns as documented in the shared espn_mbb_player_eventlog_schema table.
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_name | types | description |
| event_ref | character | Reference link to the originating event. |
| statistics_ref | character |
See also
Other ESPN MBB Functions:
espn_mbb_athletes_index(),
espn_mbb_award(),
espn_mbb_calendar(),
espn_mbb_coach(),
espn_mbb_coach_record(),
espn_mbb_coach_season(),
espn_mbb_coaches(),
espn_mbb_conferences(),
espn_mbb_franchise(),
espn_mbb_franchises(),
espn_mbb_futures(),
espn_mbb_game_all(),
espn_mbb_game_odds(),
espn_mbb_game_official_detail(),
espn_mbb_game_play(),
espn_mbb_game_play_personnel(),
espn_mbb_game_player_box(),
espn_mbb_game_probabilities(),
espn_mbb_game_propbets(),
espn_mbb_game_team_linescores(),
espn_mbb_game_team_roster_entry(),
espn_mbb_injuries(),
espn_mbb_leaders(),
espn_mbb_news(),
espn_mbb_player_awards(),
espn_mbb_player_career_stats(),
espn_mbb_player_eventlog_v2(),
espn_mbb_player_info(),
espn_mbb_player_seasons(),
espn_mbb_player_stats(),
espn_mbb_position(),
espn_mbb_positions(),
espn_mbb_powerindex(),
espn_mbb_rankings(),
espn_mbb_scoreboard(),
espn_mbb_season_awards(),
espn_mbb_season_group(),
espn_mbb_season_groups(),
espn_mbb_season_info(),
espn_mbb_season_leaders(),
espn_mbb_season_ranking(),
espn_mbb_season_rankings(),
espn_mbb_season_type(),
espn_mbb_season_types(),
espn_mbb_season_week(),
espn_mbb_season_weeks(),
espn_mbb_seasons(),
espn_mbb_standings(),
espn_mbb_team(),
espn_mbb_team_current_roster(),
espn_mbb_team_injuries(),
espn_mbb_team_news(),
espn_mbb_team_odds_records(),
espn_mbb_team_record(),
espn_mbb_team_record_detail(),
espn_mbb_team_schedule(),
espn_mbb_team_season_roster(),
espn_mbb_team_season_statistics(),
espn_mbb_team_stats(),
espn_mbb_teams(),
espn_mbb_tournament(),
espn_mbb_tournament_season(),
espn_mbb_tournament_seasons(),
espn_mbb_tournaments(),
espn_mbb_venues(),
espn_mbb_week_ranking(),
espn_mbb_week_rankings(),
espn_mbb_wp()
Other ESPN NBA Functions:
espn_mbb_athletes_index(),
espn_mbb_award(),
espn_mbb_calendar(),
espn_mbb_coach(),
espn_mbb_coach_record(),
espn_mbb_coach_season(),
espn_mbb_coaches(),
espn_mbb_conferences(),
espn_mbb_franchise(),
espn_mbb_franchises(),
espn_mbb_futures(),
espn_mbb_game_all(),
espn_mbb_game_odds(),
espn_mbb_game_official_detail(),
espn_mbb_game_play(),
espn_mbb_game_play_personnel(),
espn_mbb_game_player_box(),
espn_mbb_game_probabilities(),
espn_mbb_game_propbets(),
espn_mbb_game_team_linescores(),
espn_mbb_game_team_roster_entry(),
espn_mbb_injuries(),
espn_mbb_leaders(),
espn_mbb_news(),
espn_mbb_player_awards(),
espn_mbb_player_career_stats(),
espn_mbb_player_eventlog_v2(),
espn_mbb_player_info(),
espn_mbb_player_seasons(),
espn_mbb_player_stats(),
espn_mbb_position(),
espn_mbb_positions(),
espn_mbb_powerindex(),
espn_mbb_scoreboard(),
espn_mbb_season_awards(),
espn_mbb_season_group(),
espn_mbb_season_groups(),
espn_mbb_season_info(),
espn_mbb_season_leaders(),
espn_mbb_season_ranking(),
espn_mbb_season_rankings(),
espn_mbb_season_type(),
espn_mbb_season_types(),
espn_mbb_season_week(),
espn_mbb_season_weeks(),
espn_mbb_seasons(),
espn_mbb_standings(),
espn_mbb_team(),
espn_mbb_team_current_roster(),
espn_mbb_team_injuries(),
espn_mbb_team_news(),
espn_mbb_team_odds_records(),
espn_mbb_team_record(),
espn_mbb_team_record_detail(),
espn_mbb_team_schedule(),
espn_mbb_team_season_roster(),
espn_mbb_team_season_statistics(),
espn_mbb_team_stats(),
espn_mbb_teams(),
espn_mbb_tournament(),
espn_mbb_tournament_season(),
espn_mbb_tournament_seasons(),
espn_mbb_tournaments(),
espn_mbb_venues(),
espn_mbb_week_ranking(),
espn_mbb_week_rankings(),
espn_mbb_wp(),
espn_nba_draft_pick(),
espn_nba_freeagents(),
espn_nba_player_contracts(),
espn_nba_team_depthchart(),
espn_nba_transactions()
Examples
# \donttest{
espn_mbb_player_overview(athlete_id = "4593919", season = 2025)
#> $Statistics
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Overview Statistics from ESPN.com ──────
#> ℹ Data updated: 2026-08-27 17:47:11 UTC
#> # A tibble: 0 × 0
#>
#> $NextGame
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Overview NextGame from ESPN.com ────────
#> ℹ Data updated: 2026-08-27 17:47:11 UTC
#> # A tibble: 1 × 4
#> id date name short_name
#> <chr> <chr> <chr> <chr>
#> 1 NA NA NA NA
#>
#> $Last5Games
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Overview Last5Games from ESPN.com ──────
#> ℹ Data updated: 2026-08-27 17:47:11 UTC
#> # A tibble: 0 × 0
#>
#> $Headlines
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Overview Headlines from ESPN.com ───────
#> ℹ Data updated: 2026-08-27 17:47:11 UTC
#> # A tibble: 13 × 5
#> headline description published byline type
#> <chr> <chr> <chr> <chr> <chr>
#> 1 Men's college basketball recruiting: Top … "Led by Be… 2026-08-… Paul … Story
#> 2 Big 12 announces ban on all professionals… "The Big 1… 2026-08-… NA Head…
#> 3 Big Ten rewards commissioner Tony Petitti… "The Big T… 2026-08-… Jake … Head…
#> 4 Sources: SEC to suspend head coaches who … "SEC schoo… 2026-08-… Mark … Head…
#> 5 Projecting every Big 12 team's floor and … "Predictin… 2026-08-… Myron… Story
#> 6 SEC draws rule to stop NFL, NBA, WNBA pla… "After the… 2026-08-… Heath… Head…
#> 7 RJ Luis Jr., '25 Big East POY, granted in… "A Louisia… 2026-08-… Myron… Head…
#> 8 SEC: Pro athletes should not 'return to c… "As LSU ho… 2026-08-… Heath… Head…
#> 9 Ex-Mizzou star Mitchell picks Kentucky af… "Former Mi… 2026-08-… Myron… Head…
#> 10 College basketball eligibility: What to k… "College b… 2026-08-… Myron… Story
#> 11 Iowa State's Toure has surgery, expected … "Iowa Stat… 2026-08-… NA Head…
#> 12 Court halts order, denies extra year of e… "In a lega… 2026-08-… Dan M… Head…
#> 13 Kohler, eligible for fifth year after inj… "Former Mi… 2026-08-… Myron… Head…
#>
#> $FantasyOutlook
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Overview FantasyOutlook from ESPN.com ──
#> ℹ Data updated: 2026-08-27 17:47:11 UTC
#> # A tibble: 0 × 0
#>
# }
# \donttest{
espn_mbb_player_stats_v3(athlete_id = "4593919", season = 2025)
#> $`Season Averages`
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 3 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 250 ut-arlington-mavericks 2020 2019-20 <chr [18]> G
#> 2 250 ut-arlington-mavericks 2021 2020-21 <chr [18]> G
#> 3 250 ut-arlington-mavericks 2022 2021-22 <chr [18]> G
#>
#> $`Season Totals`
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 3 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 250 ut-arlington-mavericks 2020 2019-20 <chr [15]> G
#> 2 250 ut-arlington-mavericks 2021 2020-21 <chr [15]> G
#> 3 250 ut-arlington-mavericks 2022 2021-22 <chr [15]> G
#>
#> $`Season Misc Totals`
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 3 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 250 ut-arlington-mavericks 2020 2019-20 <chr [11]> G
#> 2 250 ut-arlington-mavericks 2021 2020-21 <chr [11]> G
#> 3 250 ut-arlington-mavericks 2022 2021-22 <chr [11]> G
#>
#> $General
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Offensive
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Defensive
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Rebounding
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Shooting
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Misc
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Stats from ESPN.com ───── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
# }
# \donttest{
espn_mbb_player_gamelog(athlete_id = "4593919", season = 2025)
#> # A tibble: 0 × 0
# }
# \donttest{
espn_mbb_player_splits(athlete_id = "4593919", season = 2025)
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Splits from ESPN.com ──── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 1 × 2
#> name display_name
#> <chr> <chr>
#> 1 split split
# }
# \donttest{
espn_mbb_player_eventlog(athlete_id = "4593919", season = 2025)
#> # A tibble: 0 × 0
# }
# \donttest{
espn_mbb_player_statisticslog(athlete_id = "4593919", season = 2025)
#> ── ESPN MENS-COLLEGE-BASKETBALL Athlete Statisticslog from ESPN.com ────────────
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 3 × 2
#> season$`$ref` statistics
#> <chr> <list>
#> 1 http://sports.core.api.espn.com/v2/sports/basketball/leagues/mens-… <df>
#> 2 http://sports.core.api.espn.com/v2/sports/basketball/leagues/mens-… <df>
#> 3 http://sports.core.api.espn.com/v2/sports/basketball/leagues/mens-… <df>
# }
# \donttest{
espn_nba_player_overview(athlete_id = "1966", season = 2024)
#> $Statistics
#> ── ESPN NBA Athlete Overview Statistics from ESPN.com ─────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $NextGame
#> ── ESPN NBA Athlete Overview NextGame from ESPN.com ───────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 1 × 4
#> id date name short_name
#> <chr> <chr> <chr> <chr>
#> 1 NA NA NA NA
#>
#> $Last5Games
#> ── ESPN NBA Athlete Overview Last5Games from ESPN.com ─────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Headlines
#> ── ESPN NBA Athlete Overview Headlines from ESPN.com ──────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 13 × 5
#> headline description published byline type
#> <chr> <chr> <chr> <chr> <chr>
#> 1 NBA Summer Forecast 2026-27: Which teams … "Our exper… 2026-08-… NBA i… Story
#> 2 2026 NBA buzz: Latest free agency and tra… "We're tra… 2026-08-… ESPN Story
#> 3 PGA Tour CEO excited to partner with LeBr… "PGA Tour … 2026-08-… NA Media
#> 4 Cam'ron trolls Clippers' Ty Lue on LeBron… "James rea… 2026-08-… Kalan… Story
#> 5 LeBron James, PGA Tour partner on event f… "The LeBro… 2026-08-… Mark … Head…
#> 6 Shaq: It's 'championship or bust' for LeB… "Shaq: It'… 2026-08-… NA Media
#> 7 LeBron nearly sinks his first hole-in-one "LeBron ne… 2026-08-… NA Media
#> 8 LeBron James launches YouTube golf ventur… "New 76ers… 2026-08-… NA Head…
#> 9 Rory: I'd love to give LeBron a golf less… "Rory: I'd… 2026-08-… NA Media
#> 10 Knicks-Sixers, Lakers-Warriors highlight … "A second … 2026-08-… NA Head…
#> 11 Philly artist paints LeBron mural in Chin… "The mural… 2026-08-… Antho… Story
#> 12 Cohen: LeBron's still the face of the NBA "Cohen: Le… 2026-08-… NA Media
#> 13 Why Malika Andrews is excited for LeBron'… "Why Malik… 2026-08-… NA Media
#>
#> $FantasyOutlook
#> ── ESPN NBA Athlete Overview FantasyOutlook from ESPN.com ─────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 1 × 1
#> outlook
#> <chr>
#> 1 NA
#>
# }
# \donttest{
espn_nba_player_stats_v3(athlete_id = "1966", season = 2024)
#> $`Regular Season Averages`
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 23 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 5 cleveland-cavaliers 2004 2003-04 <chr [18]> F
#> 2 5 cleveland-cavaliers 2005 2004-05 <chr [18]> F
#> 3 5 cleveland-cavaliers 2006 2005-06 <chr [18]> F
#> 4 5 cleveland-cavaliers 2007 2006-07 <chr [18]> F
#> 5 5 cleveland-cavaliers 2008 2007-08 <chr [18]> F
#> 6 5 cleveland-cavaliers 2009 2008-09 <chr [18]> F
#> 7 5 cleveland-cavaliers 2010 2009-10 <chr [18]> F
#> 8 14 miami-heat 2011 2010-11 <chr [18]> F
#> 9 14 miami-heat 2012 2011-12 <chr [18]> F
#> 10 14 miami-heat 2013 2012-13 <chr [18]> F
#> # ℹ 13 more rows
#>
#> $`Regular Season Totals`
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 23 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 5 cleveland-cavaliers 2004 2003-04 <chr [15]> F
#> 2 5 cleveland-cavaliers 2005 2004-05 <chr [15]> F
#> 3 5 cleveland-cavaliers 2006 2005-06 <chr [15]> F
#> 4 5 cleveland-cavaliers 2007 2006-07 <chr [15]> F
#> 5 5 cleveland-cavaliers 2008 2007-08 <chr [15]> F
#> 6 5 cleveland-cavaliers 2009 2008-09 <chr [15]> F
#> 7 5 cleveland-cavaliers 2010 2009-10 <chr [15]> F
#> 8 14 miami-heat 2011 2010-11 <chr [15]> F
#> 9 14 miami-heat 2012 2011-12 <chr [15]> F
#> 10 14 miami-heat 2013 2012-13 <chr [15]> F
#> # ℹ 13 more rows
#>
#> $`Regular Season Misc Totals`
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 23 × 5
#> team_id team_slug season$year $displayName stats position
#> <chr> <chr> <int> <chr> <list> <chr>
#> 1 5 cleveland-cavaliers 2004 2003-04 <chr [10]> F
#> 2 5 cleveland-cavaliers 2005 2004-05 <chr [10]> F
#> 3 5 cleveland-cavaliers 2006 2005-06 <chr [10]> F
#> 4 5 cleveland-cavaliers 2007 2006-07 <chr [10]> F
#> 5 5 cleveland-cavaliers 2008 2007-08 <chr [10]> F
#> 6 5 cleveland-cavaliers 2009 2008-09 <chr [10]> F
#> 7 5 cleveland-cavaliers 2010 2009-10 <chr [10]> F
#> 8 14 miami-heat 2011 2010-11 <chr [10]> F
#> 9 14 miami-heat 2012 2011-12 <chr [10]> F
#> 10 14 miami-heat 2013 2012-13 <chr [10]> F
#> # ℹ 13 more rows
#>
#> $General
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Offensive
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Defensive
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Rebounding
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Shooting
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
#> $Misc
#> ── ESPN NBA Athlete Stats from ESPN.com ───────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 0 × 0
#>
# }
# \donttest{
espn_nba_player_gamelog(athlete_id = "1966", season = 2024)
#> ── ESPN NBA Athlete Gamelog from ESPN.com ─────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 82 × 24
#> id at_vs game_date score home_team_id away_team_id home_team_score
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 401655085 @ 2024-04-30T0… 108-… 7 13 108
#> 2 401655084 vs 2024-04-28T0… 119-… 13 7 119
#> 3 401655083 vs 2024-04-26T0… 112-… 13 7 105
#> 4 401655082 @ 2024-04-23T0… 101-… 7 13 101
#> 5 401654758 @ 2024-04-21T0… 114-… 7 13 114
#> 6 401654655 @ 2024-04-16T2… 110-… 3 13 106
#> 7 401585823 @ 2024-04-14T1… 124-… 3 13 108
#> 8 401585805 @ 2024-04-13T0… 123-… 29 13 120
#> 9 401585783 vs 2024-04-10T0… 134-… 13 9 120
#> 10 401585755 vs 2024-04-06T1… 116-… 13 5 116
#> # ℹ 72 more rows
#> # ℹ 17 more variables: away_team_score <chr>, game_result <chr>,
#> # league_name <chr>, league_abbreviation <chr>, league_short_name <chr>,
#> # event_note <chr>, team_id <chr>, team_uid <chr>, team_abbreviation <chr>,
#> # team_logo <chr>, team_is_all_star <chr>, opponent_id <chr>,
#> # opponent_uid <chr>, opponent_display_name <chr>,
#> # opponent_abbreviation <chr>, opponent_logo <chr>, event_id <chr>
# }
# \donttest{
espn_nba_player_splits(athlete_id = "1966", season = 2024)
#> ── ESPN NBA Athlete Splits from ESPN.com ──────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:12 UTC
#> # A tibble: 6 × 3
#> name display_name splits
#> <chr> <chr> <list>
#> 1 split split <df [6 × 3]>
#> 2 byMonth Month <df [9 × 3]>
#> 3 byResult Result <df [2 × 3]>
#> 4 byPosition Position <df [1 × 3]>
#> 5 byDay Day <df [7 × 3]>
#> 6 byOpponent Opponent <df [28 × 3]>
# }
# \donttest{
espn_nba_player_eventlog(athlete_id = "1966", season = 2024)
#> ── ESPN NBA Athlete Eventlog from ESPN.com ────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:13 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… 13 TRUE
#> 2 http://sports.core.ap… http://sports.… NA NA 13 FALSE
#> 3 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 4 http://sports.core.ap… http://sports.… NA NA 13 FALSE
#> 5 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 6 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 7 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 8 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 9 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> 10 http://sports.core.ap… http://sports.… NA http://sports… 13 TRUE
#> # ℹ 15 more rows
# }
# \donttest{
espn_nba_player_statisticslog(athlete_id = "1966", season = 2024)
#> ── ESPN NBA Athlete Statisticslog from ESPN.com ───────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-08-27 17:47:13 UTC
#> # A tibble: 23 × 2
#> season$`$ref` statistics
#> <chr> <list>
#> 1 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 2 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 3 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 4 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 5 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 6 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 7 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 8 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 9 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> 10 http://sports.core.api.espn.com/v2/sports/basketball/leagues/nba/… <df>
#> # ℹ 13 more rows
# }