View source: R/league_leaders.R
franchise_leaders | R Documentation |
Gets franchise leader information for by specified input for specific teams
franchise_leaders(
teams = NULL,
all_teams = FALSE,
remove_inactive_teams = F,
modes = "Totals",
season_types = c("Regular Season"),
return_message = TRUE,
nest_data = FALSE
)
teams |
vector of team names |
all_teams |
if |
remove_inactive_teams |
if |
modes |
mode of search
|
season_types |
type of season
' |
a tibble
Other teams:
drafts()
,
seasons_rosters()
,
teams_players_stats()
,
teams_rankings()
Other leaders:
metrics_leaders()
franchise_leaders(teams = "Brooklyn Nets", modes = c("Totals"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.