Skip to contents

Get the list of NBA-affiliated players currently playing overseas from RealGM.

RealGM tracks NBA draft picks, two-way and free-agent players who are on international rosters – a view no first-party NBA/ESPN endpoint provides.

Requires a headless browser (see realgm_players()).

Usage

realgm_players_abroad()

Value

A hoopR_data tibble with one row per player:

col_nametypesdescription
playercharacterPlayer name.
poscharacterPosition.
htcharacterListed height.
wtintegerListed weight (lbs).
nba_statuscharacterNBA contract / rights status.
team_scharacterCurrent overseas team(s) and NBA affiliation.
gpintegerGames played.
mpgnumericMinutes per game.
ppgnumericPoints per game.
rpgnumericRebounds per game.
apgnumericAssists per game.

Examples

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