I am attempting to call my UI as a function for bookmarking my shiny application. However, even when I build a minimal example I run into cannot coerce type 'closure' to vector of type 'character' when I attempt to close the whole enchilada in:
ui <- function(request) {
....
}
Any insights would be greatly appreciated.