Get ESPN athlete info for NFL players
get_athlete(athlete_id)
The player's unique athlete id
Returns a tibble
# Get ALL Playoff QBR from 2016 season
get_athlete("2580")
#> # A tibble: 1 × 21
#> player_id player…¹ team_id pos playe…² playe…³ playe…⁴ playe…⁵ weight height
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl> <dbl>
#> 1 2580 a3d4f44… NA QB Drew Brees Drew B… D. Bre… 209 72
#> # … with 11 more variables: age <int>, dob <chr>, debut_year <int>,
#> # headshot_url <chr>, jersey <chr>, nfl_exp <int>, draft_txt <chr>,
#> # draft_year <int>, draft_round <int>, draft_slot <int>, draft_team_id <chr>,
#> # and abbreviated variable names ¹player_guid, ²player_first_name,
#> # ³player_last_name, ⁴player_full_name, ⁵player_short_name