nba_tidy_franchise_history: *NBA Franchise History (active + defunct)*

View source: R/nba_datasets.R

nba_tidy_franchise_historyR Documentation

NBA Franchise History (active + defunct)

Description

One tidy franchise timeline. nba_franchisehistory() returns the active (FranchiseHistory) and DefunctTeams sets separately; these share a schema, so this row-binds them (tactic B) and tags each row active / defunct.

Usage

nba_tidy_franchise_history(...)

Arguments

...

Additional arguments passed to nba_franchisehistory() (e.g. proxy).

Value

A hoopR_data tibble, one row per franchise era, with a leading franchise_status column (active / defunct).

See Also

Other NBA Combined Datasets: nba_tidy_boxscore(), nba_tidy_player_profile()

Examples


  try(nba_tidy_franchise_history())


hoopR documentation built on Aug. 25, 2026, 9:07 a.m.