Description Usage Arguments Value See Also Examples
View source: R/player_profile.R
Gets NBA awards for specified players
1 2 3 4 5 6  | players_awards(
  players = NULL,
  player_ids = NULL,
  nest_data = F,
  return_message = TRUE
)
 | 
players | 
 vector of players  | 
player_ids | 
 vector of player ids  | 
nest_data | 
 if   | 
return_message | 
 if   | 
a tibble
Other player: 
bref_bios(),
draft_combines(),
players_careers(),
players_tables()
Other awards: 
bref_awards_votes(),
bref_awards()
1 2 3 4  | players_awards(players = c( "Charles Oakley", "Gary Melchionni"),
player_ids = c(893, 76375),
return_message = T,
 nest_data = F)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.