#' @export
launch <- function(...) {
app_dir <- system.file(package = "regexShiny", "app")
shiny::runApp(appDir = app_dir, launch.browser = TRUE, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.