R/launch_application.R

Defines functions runExample

#' @export
runExample <- function() {
  # appDir <- system.file("R", package = "constraintsbasedminer")
  # if (appDir == "") {
  #   stop("Could not find example directory. Try re-installing `constraintsbasedminer`.", call. = FALSE)
  # }
  # 
  # shiny::runApp(appDir, display.mode = "normal")
  shiny::runApp("R/app.R")
}
RainMad/constraints-based-miner documentation built on July 11, 2019, 10:51 p.m.