Get play-by-play data for all games on a date from the CollegeBasketballData API.
Value
A hoopR_data tibble with one row per play (same columns as
cbbd_plays_game()).
See also
Other CBD Plays Functions:
cbbd_play_types(),
cbbd_plays_game(),
cbbd_plays_player(),
cbbd_plays_team(),
cbbd_plays_tournament()
Examples
# \donttest{
try(cbbd_plays_date(date = "2024-02-01T00:00:00.000Z"))
#> ✖ 2026-06-09 22:48:22.51447: Invalid arguments or no play data available for 2024-02-01T00:00:00.000Z!
#> ✖ Args: date = "2024-02-01T00:00:00.000Z", shooting_plays_only = FALSE, utc_offset = NULL
#> ✖ Error: api.collegebasketballdata.com requires an API key. See ?register_cbbd for details.
#> data frame with 0 columns and 0 rows
# }
