Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.