powered by
Basketball Reference Player Season Tables
get_bref_players_seasons(seasons = 2016:2018, tables = c("advanced", "totals"), include_all_nba = F, only_totals = TRUE, nest_data = FALSE, assign_to_environment = TRUE, widen_data = TRUE, join_data = TRUE, return_message = TRUE)
vector of years 1951 to current season
player table
totals: Totals
totals
per_game: Per game
per_game
advanced: Advanced
advanced
per_minute: Per 36 minutes
per_minute
per_poss: Per Possession
per_poss
if TRUE include all_nba teams
TRUE
if TRUE returns only a player's total statistics
if TRUE returns a nested data frame
if `TRUE` assigns to environment
if `TRUE` widens data
if `TRUE` joins `data_frames`
if TRUE returns a message
a data_frame
data_frame
Other BREF: get_bref_coach_dictionary, get_bref_player_dictionary, get_bref_players_bios, get_bref_team_dictionary, get_bref_teams_seasons
get_bref_coach_dictionary
get_bref_player_dictionary
get_bref_players_bios
get_bref_team_dictionary
get_bref_teams_seasons
# NOT RUN { get_bref_players_seasons(seasons = 2017:2018, tables = c("advanced", "totals")) # }
Run the code above in your browser using DataLab