R/run_app.R

#' run the Shiny Application
#'
#' @export
#' @importFrom shiny runApp
run_app <- function() {
  shiny::runApp(system.file("app", package = "TestApp"))
}
MartaGajewska/testGolemApp documentation built on May 11, 2019, 7:31 p.m.