# launch shiny app
launch_shiny <- function(shiny_app) {
appDir <- system.file("shiny", shiny_app, package = "qlcData")
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.