data_extract_select_ui: Returns a 'shiny.tag.list' object with the UI for a...

View source: R/data_extract_select_module.R

data_extract_select_uiR Documentation

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")

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.

Value

shiny.tag.list with the UI.


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