R/app_server.R

Defines functions app_server

#' @import shiny
app_server <- function(input, output,session) {
  # List the first level callModules here
  callModule(mod_plot_param_server, "plot_param_ui_1")
}
illoRocks/Vizard documentation built on Nov. 4, 2019, 2:08 p.m.