R/app_server.R

Defines functions app_server

#' @import shiny
app_server <- function(input, output,session) {
  # List the first level callModules here
  callModule(mod_categorical_plot_server, "categorical_plot_ui_1")
}
jlopezper/EICVIstac documentation built on Nov. 4, 2019, 2:59 p.m.