normalize_ui: normalize UI
Description
the UI passed a shiny app can be a function HTML. This function normalized the 2 different
formats so that they both use the character
Usage
normalize_ui(ui, request_)
Arguments
- ui
the Shiny ui
- request_
the request environment passed to the first argument of the UI
function