R/runShinyApp.R

Defines functions runShinyApp

Documented in runShinyApp

#' Shinyapps launcher
#'
#' @return La fonction permet d'executer l'application shiny

runShinyApp = function(path) {
   appDir = system.file(path, package = "toolbox")
   shiny::runApp(appDir, display.mode = "normal")
}
AlexisMayer/toolbox documentation built on Aug. 25, 2020, 3:56 p.m.