Get the list of play types from the CollegeBasketballData API.
Value
A hoopR_data tibble with one row per play type:
| col_name | types | description |
| id | integer | Play type id. |
| name | character | Play type name. |
See also
Other CBD Plays Functions:
cbbd_plays_date(),
cbbd_plays_game(),
cbbd_plays_player(),
cbbd_plays_team(),
cbbd_plays_tournament()
Examples
# \donttest{
try(cbbd_play_types())
#> ✖ 2026-06-09 22:48:22.296563: Invalid arguments or no play types available!
#> ✖ Error: api.collegebasketballdata.com requires an API key. See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }
