R/runMultiApp.R

# runRPTApp.R

#' \code{runRptApp} launch the shiny app distributed with this package framework
#'
#' \code{runRptApp} launches the shiny app for which the code has been placed in  \code{./inst/shiny-scripts/rptApp/}.
#' @export

runMultiApp <- function() {
  appDir <- system.file("shiny_scripts", "multiApp", package = "SigAct")
  shiny::runApp(appDir, display.mode = "normal")
  return()
}

# [END]
xindizhang/SigAct documentation built on May 30, 2019, 11:47 p.m.