R/startVarConApp.R

Defines functions startVarConApp

Documented in startVarConApp

# Run shiny app
startVarConApp <- function() {
  appDir <- system.file("extdata","app.R", package = "VarCon")
  if (appDir == "") {
    stop("Could not find the shiny directory.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
caggtaagtat/VarCon documentation built on Nov. 26, 2020, 7:03 a.m.