data_extract_filter_ui {teal.transform} | R Documentation |
Returns a shiny.tag
object with the UI for a filter_spec
object
Description
Returns a shiny.tag
object with the UI for a filter_spec
object
Usage
data_extract_filter_ui(filter, id = "filter")
Arguments
filter |
( |
id |
( |
Details
Creates two optionSelectInput
elements (one for column and one for values) based
on a definition of a filter_spec()
object.
Value
shiny.tag
defining the filter_spec
's UI element.
[Package teal.transform version 0.6.0 Index]