powered by
NBA teams yearly performance
get_teams_year_by_year_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
vecor 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 data_frame
a data_frame
data_frame
# NOT RUN { get_teams_year_by_year_stats(all_active_teams = T, modes = c("Totals"), return_message = TRUE, nest_data =F) # }
Run the code above in your browser using DataLab