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

(filter_spec) the object generated with filter_spec().

id

(character(1)) the shiny inputId for the generated shiny.tag.

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]