Skip to contents

Get betting line providers from the CollegeBasketballData API.

Usage

cbbd_lines_providers()

Value

A hoopR_data tibble with one row per line provider:

col_nametypesdescription
idintegerLine provider id.
namecharacterLine provider name.

See also

Other CBD Lines Functions: cbbd_lines()

Examples

# \donttest{
  try(cbbd_lines_providers())
#>  2026-06-09 22:48:21.348825: Invalid arguments or no line providers available!
#>  Error: api.collegebasketballdata.com requires an API key.        See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }