#' Run app antaresViz
#'
#' \code{runAppAntaresViz} run antaresViz App.
#'
#' @return
#' an App Shiny.
#'
#' @importFrom shiny runApp
#' @export
runAppAntaresViz <- function() {
ctrl <- shiny::runApp(system.file("application", package = "bpNumerique2018") , launch.browser = TRUE)
suppressWarnings(try(rm(list = c("directoryInput", "readDirectoryInput",
"updateDirectoryInput"), envir = .GlobalEnv), silent = TRUE))
gc(reset = TRUE)
invisible(TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.