#' @title visustat_shiny
#' @description With \code{visustat_shiny}, you can run all functionalities of the VisuStatR package in a shiny app.
#' @examples
#' \dontrun{
#' visustat_shiny()
#' }
#' @export
visustat_shiny <- function() {
appDir <- system.file("app", ".", package = "VisuStatR")
if (appDir == "") {
stop("Could not find example directory. Try re-installing VisuStatR.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.