Individual player information

player_info(playerId)

Arguments

playerId

A single player ID number.

Value

A list or row of a single player's information.

See also

Examples

player_info(playerId = 15847)
#> # A tibble: 1 × 12
#>      id firstName lastName positionId jersey weight height   age dateOfBirth
#>   <dbl> <chr>     <chr>    <chr>      <chr>   <dbl>  <dbl> <int> <date>     
#> 1 15847 Travis    Kelce    TE         87        250     77    34 1989-10-05 
#> # ℹ 3 more variables: birthPlace <chr>, debutYear <int>, draftSelection <int>