includeCSS()
htmlDependency()
renderUI
Shiny.setInputValue
getType
zzz.R
registerInputHandler( "OSUICode.textNumber", function(data, ...) { if (is.null(data)) { NULL } else { res <- as.numeric(unlist(data)) if (is.na(res)) { data } else { res } } }, force = TRUE)