# Addin tools for developing Shiny app
#
# A RStudio addin function to restart the Shiny App for developers
# which first restarts the R session and then re-run the App.
restartShinyApp <- function() {
rstudioapi::restartSession(command = "shiny::runApp()")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.