Skip to contents

Get the NBA team index, with division and conference, from RealGM.

Requires a headless browser (see realgm_players()).

Usage

realgm_teams()

Value

A hoopR_data tibble with one row per team:

col_nametypesdescription
teamcharacterTeam name.
divisioncharacterDivision (e.g. Atlantic).
conferencecharacterEastern or Western.

Examples

if (FALSE) { # \dontrun{
  try(realgm_teams())
} # }