#' Launch the application
#'
#' @param app_port the port on which the app is available
#' @return nothing
#' @export
#'
#' @examples
launch <- function(app_port=8888)
{
shiny::runApp(port = app_port, appDir = system.file(package = "RBoilerplateShinyAppPackage"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.