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()).
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).
See also
Other RealGM Functions:
realgm_coaches(),
realgm_draft(),
realgm_draft_prospects(),
realgm_future_free_agents(),
realgm_gms(),
realgm_individual_games(),
realgm_individual_seasons(),
realgm_player_stats(),
realgm_players(),
realgm_players_abroad(),
realgm_rookie_scale(),
realgm_salary_cap(),
realgm_standings(),
realgm_team_stats(),
realgm_teams(),
realgm_transactions()
Examples
if (FALSE) { # \dontrun{
try(realgm_early_entry())
} # }
