View source: R/player_career_stats.R
players_careers | R Documentation |
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
)
players |
|
player_ids |
|
modes |
|
assign_to_environment |
if |
add_mode_names |
if |
return_message |
if |
a tibble
Other player:
bref_bios()
,
draft_combines()
,
players_awards()
,
players_tables()
players_careers(players = c("Joe Harris", "Myles Turner", "Spencer Dinwiddie"),
modes = c("Totals", "PerGame"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.