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