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