R/runSinApp.R

# runSinApp.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

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

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