R/app_server.R

Defines functions app_server

#' @import shiny
app_server <- function(input, output,session) {
  # List the first level callModules here
}
adelmofilho/educaR documentation built on Feb. 13, 2020, 4:48 a.m.