Skip to contents

Get NBA Stats API Common Team Years

Get NBA Stats API Common Team Years

Usage

nba_commonteamyears(league_id = "00", ...)

Arguments

league_id

League - default: '00'. Other options include '10': WNBA, '20': G-League

...

Additional arguments passed to an underlying function like httr.

Value

Returns a named list of data frames: TeamYears

TeamYears

col_nametypesdescription
LEAGUE_IDcharacterLeague identifier ('10' = WNBA).
TEAM_IDcharacterUnique team identifier.
MIN_YEARcharacter
MAX_YEARcharacter
ABBREVIATIONcharacterShort abbreviation.

Details

 nba_commonteamyears(league_id = '00')

Author

Saiem Gilani