R/startApp.R

Defines functions start_app

#' Start App
#'
#' @param ... passed to \link[shiny]{runApp}
#' @export
#' @rdname startApplication
start_app <- function() {
  appDir <- system.file("/app", package = "geomxCloud")
  shiny::runApp(appDir, launch.browser = TRUE)
}
singha53/geomxCloud documentation built on Dec. 23, 2021, 2:29 a.m.