Gets NBA awards for specified players
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()
players_awards(players = c( "Charles Oakley", "Gary Melchionni"), player_ids = c(893, 76375), return_message = T, nest_data = F)