normalize_ui {polished} | R Documentation |
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 |
Value
the Shiny UI
[Package polished version 0.8.1 Index]