
Get athlete (player) by ESPN Athlete (Player) ID and season
Source:R/ESPNAthlete.R
get_espn_athlete.Rd
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.
Usage
get_espn_athlete(
athlete = 3988803,
season = get_season_now()$seasonId%%10000
)