Learn R Programming

nbastatR (version 0.1.12031)

bref_bios: Basketball Reference players bios

Description

Includes player bios, salaries, contracts and transactions

Usage

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

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

Examples

Run this code
# NOT RUN {
bref_bios( players = c("Jarrett Allen", "Mitch Richmond", "Michael Adams"),
player_ids = NULL,
assign_to_environment = TRUE)
# }

Run the code above in your browser using DataLab