#' @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")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.