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-08-06 03:58:50.169051: 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
# }