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", ...)
}
JonasKup/FlowSoFineApp documentation built on May 22, 2022, 11:43 a.m.