#' @import shiny
app_server <- function(input, output, session) {
# List the first level callModules here
sober_time <- callModule(mod_input_date_server, id = "input_date_ui_1")
callModule(mod_choose_substance_server, id = "choose_substance_ui_1", sober_time = sober_time)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.