Skip to contents

Get the current NBA draft early-entrant and withdrawal list from RealGM.

Stacks RealGM's early-entry candidate tables (college and international entrants and withdrawals) into one tibble.

Requires a headless browser (see realgm_players()).

Usage

realgm_early_entry()

Value

A hoopR_data tibble with one row per candidate (player, pos, ht, wt, birth_date, college / pre_draft_team, class, draft_status, yos, nationality).

Examples

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