library(shiny)
Sys.unsetenv("TARGETS_SHINY_HOME")
Sys.setenv(TARGETS_SHINY_BACKEND = "")
Sys.setenv(TARGETS_SHINY_TRANSIENT = "false")
runApp()
# Run a long pipeline, close the app, open it again, and verify
# that the pipeline is still running.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.