R/shiny-test.R

Defines functions my_shiny_app

#' @export
my_shiny_app <- function() {
  appDir <- system.file("shiny-test", package = "test")
  shiny::runApp(appDir, display.mode = "normal")
}
denrou/test-shiny documentation built on May 6, 2019, 4:32 p.m.