Get NBA Stats API Franchise History
Get NBA Stats API Franchise History
Value
Returns a named list of data frames: DefunctTeams, FranchiseHistory
FranchiseHistory
col_name | types |
LEAGUE_ID | character |
TEAM_ID | character |
TEAM_CITY | character |
TEAM_NAME | character |
START_YEAR | character |
END_YEAR | character |
YEARS | character |
GAMES | character |
WINS | character |
LOSSES | character |
WIN_PCT | character |
PO_APPEARANCES | character |
DIV_TITLES | character |
CONF_TITLES | character |
LEAGUE_TITLES | character |
DefunctTeams
col_name | types |
LEAGUE_ID | character |
TEAM_ID | character |
TEAM_CITY | character |
TEAM_NAME | character |
START_YEAR | character |
END_YEAR | character |
YEARS | character |
GAMES | character |
WINS | character |
LOSSES | character |
WIN_PCT | character |
PO_APPEARANCES | character |
DIV_TITLES | character |
CONF_TITLES | character |
LEAGUE_TITLES | character |
Details
nba_franchisehistory(league_id = '00')
nba_franchisehistory(league_id = '01')
nba_franchisehistory(league_id = '10')
nba_franchisehistory(league_id = '20')
See also
Other NBA Franchise Functions:
nba_franchiseleaderswrank()
,
nba_franchiseleaders()
,
nba_franchiseplayers()