R/ProdACM.R

#' @export
ProdACM <- function() {
  appDir <- system.file("AppACM", "myapp", package = "ProdFacto")
  if (appDir == "") {
    stop("Could not find example directory. Try re-installing `ProdFacto`.", call. = FALSE)
  }

  shiny::runApp(appDir, display.mode = "normal")
}
Grisoudre/ProdFactoBeta documentation built on May 22, 2019, 12:36 p.m.