View source: R/nba_stats_draft.R
| nba_drafthistory | R Documentation | 
Get NBA Stats API Draft History
nba_drafthistory(
  league_id = "00",
  college = "",
  overall_pick = "",
  round_pick = "",
  round_num = "",
  season = most_recent_nba_season() - 1,
  team_id = "",
  top_x = "",
  ...
)
league_id | 
 league_id  | 
college | 
 college  | 
overall_pick | 
 overall_pick  | 
round_pick | 
 round_pick  | 
round_num | 
 round_num  | 
season | 
 season  | 
team_id | 
 team_id  | 
top_x | 
 top_x  | 
... | 
 Additional arguments passed to an underlying function like httr.  | 
nba_drafthistory(season = most_recent_nba_season() - 1)
Returns a named list of data frames: DraftHistory
DraftHistory
| col_name | types | 
| PERSON_ID | character | 
| PLAYER_NAME | character | 
| SEASON | character | 
| ROUND_NUMBER | character | 
| ROUND_PICK | character | 
| OVERALL_PICK | character | 
| DRAFT_TYPE | character | 
| TEAM_ID | character | 
| TEAM_CITY | character | 
| TEAM_NAME | character | 
| TEAM_ABBREVIATION | character | 
| ORGANIZATION | character | 
| ORGANIZATION_TYPE | character | 
| PLAYER_PROFILE_FLAG | character | 
Saiem Gilani
Other NBA Draft Functions: 
nba_draftboard(),
nba_draftcombinedrillresults(),
nba_draftcombinenonstationaryshooting(),
nba_draftcombineplayeranthro(),
nba_draftcombinespotshooting(),
nba_draftcombinestats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.