#' Shinyapps launcher
#'
#' @return La fonction permet d'executer l'application shiny
runShinyApp = function(path) {
appDir = system.file(path, package = "toolbox")
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.