library(shiny)
golem::detach_all_attached()
golem::document_and_reload()
ui <- mod_0318_intensive_ui("test_1")
server <- function(input,output,session){
mod_0318_intensive_server("test_1")
}
shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.