#' Runs the ShinyAppPackage Shiny web application.
#' @export
run_outliers_app <- function(x)
{
shiny::runApp(appDir = system.file("App", package = "Outliers.App"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.