Nothing
# run_shiny <- function() {
# appDir <- system.file("shiny", package = "uklr")
# if(appDir == "") {
# stop("Could not find the `shiny` directory. Try re-installing `uklr`.", call. = FALSE)
# }
# if(!requireNamespace("shiny")) {
# stop("`shiny` package is not installed.", call. = FALSE)
# }
# shiny::runApp(appDir, display.mode = "normal")
# }
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.