R/launchApp.R

Defines functions launchApp

#' Launch FSF Shiny Application
#'
#' @return launches the shiny app
#' @export
#'
#' @examples
launchApp <- function(...) {
  appDir <- system.file("shiny-app", "FlowSoFineApp", package = "FlowSoFineApp")
  shiny::runApp(appDir, display.mode = "normal", ...)
}
jlab/FlowSoFineApp documentation built on May 23, 2022, 7:55 p.m.