#' Launch the shiny app shinydistributions.
#'
#' @export launch
#'
#' @return A shiny application object.
#'
#' @example \dontrun {launch()}
launch <- function() {
shiny::runApp(appDir = system.file("app", package = "shinydistributions"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.