R/startEDM.R

Defines functions startEDM

Documented in startEDM

startEDM <- function() {
  appDir <- system.file("shiny", "app", package = "EDM")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `mypackage`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
ivanalaman/EDM documentation built on Sept. 23, 2021, 5:21 p.m.