get_espn_athlete | R Documentation |
get_espn_athlete()
retrieves information on an athlete
for a given season
, including but not limited to his name, bio-metrics, birth date and location, position, team(s), and jersey number. Access get_espn_athletes()
for athlete
and get_seasons()
for season
references.
get_espn_athlete(
athlete = 3988803,
season = get_season_now()$seasonId%%10000
)
athlete |
integer ESPN Athlete (Player) ID |
season |
integer Season in YYYY |
list with various items
ESPN_Charlie_McAvoy_20242025 <- get_espn_athlete(athlete=3988803, season=2025)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.