Skip to contents

Get the list of play types from the CollegeBasketballData API.

Usage

cbbd_play_types()

Value

A hoopR_data tibble with one row per play type:

col_nametypesdescription
idintegerPlay type id.
namecharacterPlay type name.

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
# }