powered by
Get NBA draft teams from the CollegeBasketballData API.
Get NBA draft positions from the CollegeBasketballData API.
Get NBA draft picks from the CollegeBasketballData API.
cbbd_draft_teams()cbbd_draft_positions()cbbd_draft_picks( year = NULL, draft_team = NULL, source_team = NULL, position = NULL )
cbbd_draft_positions()
cbbd_draft_picks( year = NULL, draft_team = NULL, source_team = NULL, position = NULL )
A hoopR_data tibble with one row per NBA team:
hoopR_data
A hoopR_data tibble with one row per draft position:
A hoopR_data tibble with one row per draft pick:
(integer optional): Draft year (e.g. 2024).
2024
(character optional): NBA team filter.
(character optional): College team filter.
(character optional): Position filter.
# \donttest{ try(cbbd_draft_teams()) # } # \donttest{ try(cbbd_draft_positions()) # } # \donttest{ try(cbbd_draft_picks(year = 2024)) # }
Run the code above in your browser using DataLab