Basketball Reference Player Season Tables
bref_players_stats( seasons = NULL, 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 )
seasons | vector of years 1951 to current season |
---|---|
tables | player table
|
include_all_nba | if |
only_totals | if |
nest_data | if |
assign_to_environment | if `TRUE` assigns to environment |
widen_data | if `TRUE` widens data |
join_data | if `TRUE` joins `tibbles` |
return_message | if |
a tibble
Other BREF:
bref_awards_votes()
,
bref_awards()
,
bref_bios()
,
bref_teams_stats()
,
dictionary_bref_coaches()
,
dictionary_bref_players()
,
dictionary_bref_teams()
bref_players_stats(seasons = 2017:2018, tables = c("advanced", "totals"))