run_app <- function() {
appDir <- system.file("shiny", "matchathon", package = "matchathon")
if (appDir == "") {
stop("Could not find directory. Try re-installing `matchathon`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.