| get_ncaa_baseball_pbp | R Documentation | 
(legacy) Get Play-By-Play Data for NCAA Baseball Games
(legacy) Get Play-By-Play Data for NCAA Baseball Games
get_ncaa_baseball_pbp(
  game_info_url = NA_character_,
  game_pbp_url = NA_character_,
  raw_html_to_disk = FALSE,
  raw_html_path = "/",
  read_from_file = FALSE,
  file = NA_character_,
  ...
)
ncaa_baseball_pbp(
  game_info_url = NA_character_,
  game_pbp_url = NA_character_,
  raw_html_to_disk = FALSE,
  raw_html_path = "/",
  read_from_file = FALSE,
  file = NA_character_,
  ...
)
game_info_url | 
 The url for the game's boxscore data. This can be found using the ncaa_schedule_info function.  | 
game_pbp_url | 
 The url for the game's play-by-play data. This can be found using the ncaa_schedule_info function.  | 
raw_html_to_disk | 
 Write raw html to disk (saves as   | 
raw_html_path | 
 Directory path to write raw html  | 
read_from_file | 
 Read from raw html on disk  | 
file | 
 File with full path to read raw html  | 
... | 
 Additional arguments passed to an underlying function like httr.  | 
A data frame with play-by-play data for an individual game.
A data frame with play-by-play data for an individual game.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.