Includes player bios, salaries, contracts and transactions

bref_bios(
  players = NULL,
  player_ids = NULL,
  assign_to_environment = TRUE,
  return_message = T
)

Arguments

players

vector of player names

player_ids

vector of basketball reference player ids

assign_to_environment

if TRUE assigns each table to environment

return_message

if TRUE returns

Value

a tibble

See also

Examples

if (FALSE) {
bref_bios( players = c("Jarrett Allen", "Mitch Richmond", "Michael Adams"),
player_ids = NULL,
assign_to_environment = TRUE)
}