R/pdfTools.R

Defines functions pdfTools

Documented in pdfTools

#' Function to run the pdf tools 
#' @export
pdfTools <- function() {
  appDir <- system.file("shiny", "pdfTool", package = "Pabloverse")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `Pabloverse` or contact jpgo@ucdavis.edu for support.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
jpablo91/Pabloverse documentation built on April 11, 2024, 2:54 p.m.