#' @import shiny
app_server <- function(input, output,session) {
datos <- callModule(mod_data_server, "data_ui_1")
callModule(mod_indicadores_server, "indicadores_ui_1", react = datos)
callModule(mod_graficas_server, "graficas_ui_1", react = datos)
callModule(mod_tablas_server, "tablas_ui_1", react = datos)
callModule(mod_mapa_server, "mapa_ui_1")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.