R/runLupa.R

Defines functions runLupa

Documented in runLupa

#'  Appel des applications dédiées
#'
#'  @usage runLupa(name)
#'
#' @param name string character indicating the name of the app to use.
#' @author Remy Moine <remymoine95@gmail.com>
#'
#'
#' @export
runLupa <- function() {
  # find and launch the app
  appDir <- system.file("shiny-apps", "lupa-summary", package = "Lupa")
  shiny::runApp(appDir, display.mode = "normal")
}
remymoine/Lupa documentation built on Aug. 5, 2020, 12:07 a.m.