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