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)
}
ixpantia/ixplorer documentation built on Jan. 3, 2024, 7:59 p.m.