R/shiny_util.R
call_ui.Rd
This is used to support older Shiny UI code which doesn't wrap UI in function(request) { ... }.
function(request) { ... }
call_ui(ui, request)
A UI object, or preferably a function(request) to produce a UI object.
A request object to be passed to ui, if it is a function.
A UI object.