player_profiles | R Documentation |
Returns NBA player profiles for specified players.
player_profiles(
players = NULL,
player_ids = NULL,
nest_data = F,
return_message = TRUE
)
players |
character vector of player names |
player_ids |
numeric vector of player IDs |
nest_data |
if |
return_message |
if |
a 'tibble'
player_profiles(player_ids = c(203500, 1628384),
players = c("Michael Jordan", "Caris LeVert", "Jarrett Allen"),
nest_data = FALSE,
return_message = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.