teams_annual_stats | R Documentation |
NBA teams yearly performance
teams_annual_stats(
teams = NULL,
team_ids = NULL,
all_active_teams = T,
season_types = c("Regular Season"),
modes = c("Totals"),
return_message = TRUE,
nest_data = F
)
teams |
vector of team names |
team_ids |
vector of team ids |
all_active_teams |
if |
season_types |
type of season options include
|
modes |
mode of search options include
|
return_message |
if |
nest_data |
if |
a tibble
teams_annual_stats(all_active_teams = T,
modes = c("Totals"),
return_message = TRUE,
nest_data =F)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.