R/runShiny.R

Defines functions runShiny

Documented in runShiny

runShiny <- function() {
  appDir <- system.file("shinyapp", package = "simDeNet")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `simDeNet`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
yunzhang813/simDeNet-R-Package documentation built on Dec. 24, 2019, 3:02 p.m.