teams_seasons_info | R Documentation |
Acquires information for a teams season
teams_seasons_info(
teams = NULL,
team_ids = NULL,
all_active_teams = T,
seasons = 2019,
season_types = "Regular Season",
nest_data = F,
return_message = T
)
teams |
vector of team names |
team_ids |
vector of team ids |
all_active_teams |
if |
seasons |
vector of seasons |
season_types |
type of season options include
|
nest_data |
if 'TRUE' nests data |
return_message |
if 'TRUE' returns a message |
a 'tibble'
teams_seasons_info(teams = "Brooklyn Nets", seasons = c(1984, 1990, 1995, 2018), season_types = "Regular Season")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.