Get the latest mock draft from NBADraft.net.
Returns the current consensus mock draft (both rounds), one row per pick. No API key is required.
Value
A hoopR_data tibble with one row per mock-draft pick:
| col_name | types | description |
| round | integer | Draft round (1 or 2). |
| pick | integer | Pick number within the round. |
| team | character | Projected team (* traded-pick marker stripped). |
| player | character | Projected player. |
| height | character | Player height. |
| weight | character | Player weight. |
| position | character | Player position. |
| school | character | Player school / pre-draft team. |
| class | character | Player class / draft eligibility. |
See also
Other Salary & Draft Functions:
hoopshype_salaries(),
spotrac_team_cap()
Examples
# \donttest{
try(nbadraft_mock_draft())
#> ── Mock draft from nbadraft.net ───────────────────────────────── hoopR 3.1.0 ──
#> ℹ Data updated: 2026-06-13 07:39:09 UTC
#> # A tibble: 0 × 0
# }
