data_extract_select_ui: Returns a shiny.tag.list object with the UI for a select_spec object
Description
Returns a shiny.tag.list object with the UI for a select_spec object
Usage
data_extract_select_ui(select, id = "select")
Value
shiny.tag.list with the UI.
Arguments
- select
(select_spec) A definition of a select spec element.
Setting select_spec() with ordered = TRUE makes this selector responsive
to the variable selection order.
- id
(character(1)) The shiny inputId of the element.