R/runMultiFlowApp.R

Defines functions runMultiFlowApp

Documented in runMultiFlowApp

runMultiFlowApp <- function() {
  appDir <- system.file("shinyapp", "MultiFlowShinyApp.R", package = "MultiFlow")
  if (appDir == "") {
    stop("Could not find directory of shiny app. Try re-installing `MultiFlow`.", call. = FALSE)
  }
  
  shiny::runApp(appDir, display.mode = "normal")
}
stamats/MultiFlow documentation built on Sept. 7, 2020, 12:21 p.m.