Skip to contents

Get NBA draft positions from the CollegeBasketballData API.

Usage

cbbd_draft_positions()

Value

A hoopR_data tibble with one row per draft position:

col_nametypesdescription
namecharacterPosition name.
abbreviationcharacterPosition 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
# }