R/startServer.R

Defines functions launch

#' @export
launch <- function(...) {
  app_dir <- system.file(package = "regexShiny", "app")
  shiny::runApp(appDir = app_dir, launch.browser = TRUE, ...)
}
liao961120/regexShiny documentation built on Nov. 4, 2019, 4:31 p.m.