Get ESPN college football PBP data
Examples
# \donttest{
try(espn_cfb_pbp(game_id = 401282614, epa_wpa = TRUE))
#> Request failed [404]. Retrying in 1 seconds...
#> Request failed [404]. Retrying in 3.1 seconds...
#> 2025-08-30 00:56:36.219281: Invalid arguments or no play-by-play data for 401282614 available!
#> Error in espn_cfb_pbp(game_id = 401282614, epa_wpa = TRUE) :
#> object 'plays_df' not found
# }