shiny
htmltools
req()
seq()
on.exit()
observe()
isolate
observeEvent
eventReactive
reactiveTimer()
invalidateLater(ms)
git
coltypeUI <- function(id) { selectInput(NS(id, "col_type"), "Select Type of Columns", choices = c("numeric","character","factor")) }