Learn R Programming

nbastatR (version 0.1.110202031)

get_bref_players_bios: Basketball Reference players bios

Description

Includes player bios, salaries, contracts and transactions

Usage

get_bref_players_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 data_frame

See Also

Other BREF: get_bref_coach_dictionary, get_bref_player_dictionary, get_bref_players_seasons, get_bref_team_dictionary, get_bref_teams_seasons

Other player: get_players_awards, get_players_career_stats, get_players_tables_data, get_years_draft_combines

Examples

Run this code
# NOT RUN {
get_bref_players_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