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