R/app_server.R

Defines functions app_server

#' @import shiny
app_server <- function(input, output,session) {
  # List the first level callModules here
  callModule(mod_my_first_module_server, "my_first_module_ui_1")
}
NovaInstitute/novaAPMD documentation built on Oct. 30, 2019, 10:16 p.m.