R/app_server.R

Defines functions app_server

#' The application server-side
#'
#' @param input,output,session Internal parameters for {shiny}.
#'     DO NOT REMOVE.
#' @import shiny
#' @noRd
app_server <- function( input, output, session ) {

  # Global stuff

  # List the first level Module(s) here
  mainServer("main_1")
}
ansible-community/stats-map documentation built on March 2, 2021, 10:27 p.m.