sv_app <- function(input, output, session) {
# path <- sv_abi(input = input, output = output, session = session)
#
# session$onSessionEnded(function() {
# shiny::stopApp()
# })
#
# shiny::observe({
# if (input$close > 0){
# shiny::stopApp()
# }
# })
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.