Get NBA draft positions from the CollegeBasketballData API.
Value
A hoopR_data tibble with one row per draft position:
| col_name | types | description |
| name | character | Position name. |
| abbreviation | character | Position abbreviation. |
See also
Other CBD Draft Functions:
cbbd_draft_picks(),
cbbd_draft_teams()
Examples
# \donttest{
try(cbbd_draft_positions())
#> ✖ 2026-06-09 22:48:19.755498: Invalid arguments or no draft positions available!
#> ✖ Error: api.collegebasketballdata.com requires an API key. See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }
