powered by
Get Play-By-Play Data for NCAA Baseball Games
ncaa_baseball_pbp(game_info_url)
A data frame with play-by-play data for an individual game.
The url for the game's play-by-play data. This can be found using the get_ncaa_schedule_info function.
# \donttest{ x <- ncaa_schedule_info(736, 2021)$game_info_url[2] try(ncaa_baseball_pbp(game_info_url = x)) # }
Run the code above in your browser using DataLab