R/app_server.R

Defines functions app_server

#' Application Server Side Logic
#'
#' @param input,output,session Internal parameters for {shiny}.
#' @import shiny
#' @noRd
app_server <- function( input, output, session ) {
    callModule(mod_csv_to_gsheet_server, "csv_to_gsheet")
}
tjpalanca/tjtools documentation built on July 1, 2021, 10:52 a.m.