Includes player bios, salaries, contracts and transactions
bref_bios( players = NULL, player_ids = NULL, assign_to_environment = TRUE, return_message = T )
| players | vector of player names | 
|---|---|
| player_ids | vector of basketball reference player ids | 
| assign_to_environment | if  | 
| return_message | if  | 
a tibble
Other BREF: 
bref_awards_votes(),
bref_awards(),
bref_players_stats(),
bref_teams_stats(),
dictionary_bref_coaches(),
dictionary_bref_players(),
dictionary_bref_teams()
Other player: 
draft_combines(),
players_awards(),
players_careers(),
players_tables()
Other salaries: 
hoops_hype_salary_summary(),
hoopshype_salaries(),
nba_insider_salaries()
if (FALSE) { bref_bios( players = c("Jarrett Allen", "Mitch Richmond", "Michael Adams"), player_ids = NULL, assign_to_environment = TRUE) }