library(shiny)
golem::detach_all_attached()
golem::document_and_reload()
ui <- mod_ts_prv_ui("ts")
server <- function(input,output,session){
# mod_ts_ita_server("ts", "cum")
# mod_ts_reg_server("ts", "inc", color_var = "measure")
mod_ts_prv_server("ts", "inc")
}
shinyApp(ui, server)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.