powered by
Acquires information for a teams season
get_teams_seasons_info(teams = NULL, team_ids = NULL, all_active_teams = F, seasons = 1990:1995, season_types = "Regular Season", nest_data = F, return_message = T)
vector of team names
vector of team ids
if TRUE returns all active teams
TRUE
vector of seasons
type of season options include
Regular Season
Playoffs
Pre Season
if `TRUE` nests data
if `TRUE` returns a message
a `data_frame`
# NOT RUN { get_teams_seasons_info(teams = "Brooklyn Nets", seasons = c(1984, 1990, 1995, 2018), season_types = "Regular Season") # }
Run the code above in your browser using DataLab