data_extract_filter_ui: Returns a 'shiny.tag' object with the UI for a 'filter_spec'...

View source: R/data_extract_filter_module.R

data_extract_filter_uiR 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.


teal.transform documentation built on May 29, 2024, 5:06 a.m.