players_tables | R Documentation |
NBA players table data
players_tables(
players = NULL,
player_ids = NULL,
tables = c("year over year", "passes", "game splits"),
measures = "Base",
seasons = 2019,
modes = c("PerGame", "Totals"),
season_types = "Regular Season",
playoff_rounds = NA,
is_plus_minus = F,
n_games = 20,
is_rank = F,
is_pace_adjusted = F,
outcomes = NA,
locations = NA,
months = NA,
season_segments = NA,
date_from = NA,
date_to = NA,
opponent_ids = NA,
vs_confs = NA,
vs_divisions = NA,
game_segments = NA,
periods = NA,
shot_clocks = NA,
last_n_games = NA,
assign_to_environment = TRUE,
return_message = TRUE
)
players |
vector of player names |
player_ids |
vector of player ids |
tables |
vector of tables options
|
measures |
vector of measure types options include
|
seasons |
vector of seasons |
modes |
vector of modes options include
#' |
season_types |
vector of season types options include
|
playoff_rounds |
vector of playoff rounds options include code0:4 |
is_plus_minus |
|
n_games |
number n of last games |
is_rank |
if |
is_pace_adjusted |
if |
outcomes |
vector of outcomes options include
|
locations |
vector of locations options include
|
months |
vector of game months options include |
season_segments |
vector of season segments, options include
|
date_from |
|
date_to |
|
opponent_ids |
vector of opponent ids |
vs_confs |
vector of conferences against options include
|
vs_divisions |
vector of divisions against options include
|
game_segments |
vector of game segments options include
|
periods |
vector of periods |
shot_clocks |
vector of shot clock ranges options include
|
last_n_games |
vector of last_n games |
assign_to_environment |
if |
return_message |
if |
a tibble
Other player:
bref_bios()
,
draft_combines()
,
players_awards()
,
players_careers()
players_tables(players = c("Caris LeVert", "Joe Harris"), tables = c("year over year", "passes", "game splits"), modes = c("PerGame", "Totals"), measures = c("Base", "Advanced"), assign_to_environment = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.