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