R/run_detzrcr.R

Defines functions run_detzrcr

Documented in run_detzrcr

#' Launch shiny interface
#'
#'@param ... Pass arguments on to shiny::runApp
#' @export
#'
run_detzrcr <- function(...) {
  app_dir <- system.file('shiny-apps', 'detzrcr_app', package = 'detzrcr')
  shiny::runApp(app_dir, display.mode = "normal", ...)
}

Try the detzrcr package in your browser

Any scripts or data that you put into this service are public.

detzrcr documentation built on July 23, 2020, 9:06 a.m.