Individual player information
player_info(playerId)
A list or row of a single player's information.
Other player functions:
all_players()
,
list_players()
,
player_news()
,
player_outlook()
,
recent_activity()
,
transaction_counter()
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>