R/dashboard.R

Defines functions dashboard

Documented in dashboard

#' Show ixplorer dashboard
#' @return No return value, called for side effects
#' @export
dashboard <- function() {
  app_directory <- system.file("dashboard", package = "ixplorer")

  shiny::runApp(app_directory)
}

Try the ixplorer package in your browser

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

ixplorer documentation built on July 2, 2022, 5:05 p.m.