inst/alternatives/golem/R/app_server.R

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

}
Kiwi-Random-House/R-Projects documentation built on Dec. 31, 2020, 2:10 p.m.