shiny_template/app/server.R
Carlos R. Mercado 29d098a4e7 readme update
2022-08-01 13:19:45 -04:00

5 lines
83 B
R

library(shiny)
source("global.R")
server <- function(input, output, session) {
}