powered by
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)
vector of team names
vector of team ids
if TRUE returns all active teams
TRUE
type of season options include
Pre Season
Regular Season
Playoffs
All Star
mode of search options include
PerGame
Totals
if TRUE returns a message
if TRUE returns a nested tibble
a tibble
tibble
# NOT RUN { teams_annual_stats(all_active_teams = T, modes = c("Totals"), return_message = TRUE, nest_data =F) # }
Run the code above in your browser using DataLab