R/runGUI.R

Defines functions runGUI

Documented in runGUI

#' Library search GUI
#' @export
runGUI <- function() {
  appDir <- system.file("shiny-examples", "myapp", package = "MergeION")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `mypackage`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
daniellyz/MergeION2 documentation built on Jan. 26, 2024, 6:24 a.m.