R/runIMVA.R

#' @export
runIMVA <- function() {
  appDir <- system.file("shiny", "myapp", package = "IMVA")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `IMVA`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
hcastel1/IMVA_Package documentation built on May 29, 2019, 7:13 a.m.