R/utils.R

Defines functions run

Documented in run

#' Run shiny app
#' @export
run <- function() {
  runApp(system.file('shiny', package = 'analyx.app'))
}
cezarykuran/analyx.app documentation built on April 21, 2022, 3:57 a.m.