R/launch-GUI.R

Defines functions LaunchGUI

Documented in LaunchGUI

#' GUI for launching shiny Simulation Application
#' @examples
#' \dontrun{LaunchGUI()}
#' @export
LaunchGUI <- function() {
  # requireNamespace("shiny")
  # requireNamespace("???")
  # requireNamespace("???")
  runApp(appDir = file.path(system.file(package = "CancerSimulationR"), "app"))
}
mesako/CancerSimulationR documentation built on Jan. 21, 2020, 3:13 p.m.