#' Appel des applications dédiées
#'
#' @usage runLupa(name)
#'
#' @param name string character indicating the name of the app to use.
#' @author Remy Moine <remymoine95@gmail.com>
#'
#'
#' @export
runLupa <- function() {
# find and launch the app
appDir <- system.file("shiny-apps", "lupa-summary", package = "Lupa")
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.