powered by
NBA player career statistics for specified players and inputs
players_careers(players = NULL, player_ids = NULL, modes = c("PerGame", "Totals"), assign_to_environment = TRUE, add_mode_names = TRUE, return_message = TRUE)
NULL or vector of NBA players
NULL
vector
vector of NBA Player IDs
vector of items that can include
Totals
PerGame
Per36
if TRUE assign to each table environment with a name starting with data
TRUE
if TRUE adds the type of mode to the table data
if TRUE returns a message
a tibble
tibble
Other player: bref_bios, draft_combines, players_awards, players_tables
bref_bios
draft_combines
players_awards
players_tables
# NOT RUN { players_careers(players = c("Joe Harris", "Myles Turner", "Spencer Dinwiddie"), modes = c("Totals", "PerGame")) # }
Run the code above in your browser using DataLab