powered by
Get game betting lines from the CollegeBasketballData API.
Get betting line providers from the CollegeBasketballData API.
cbbd_lines( season = most_recent_mbb_season(), team = NULL, conference = NULL, start_date_range = NULL, end_date_range = NULL )cbbd_lines_providers()
cbbd_lines_providers()
A hoopR_data tibble with one row per game. The lines column is a nested list of per-provider lines:
hoopR_data
lines
A hoopR_data tibble with one row per line provider:
(integer optional): Season, 4-digit ending-year (e.g. 2024). Defaults to most_recent_mbb_season().
2024
most_recent_mbb_season()
(character optional): Team name filter.
(character optional): Conference abbreviation filter.
(character optional): ISO 8601 start of date range.
(character optional): ISO 8601 end of date range.
# \donttest{ try(cbbd_lines(season = 2024, team = "Duke")) # } # \donttest{ try(cbbd_lines_providers()) # }
Run the code above in your browser using DataLab