data_extract_single_ui {teal.transform} | R Documentation |
Returns a shiny.tag
with the UI elements for a data_extract_spec
Description
Returns a shiny.tag
with the UI elements for a data_extract_spec
Usage
data_extract_single_ui(id = NULL, single_data_extract_spec)
Arguments
id |
( |
single_data_extract_spec |
( |
Details
Creates a shiny.tag
element defining the UI elements corresponding to a
single data_extract_spec
object.
Value
shiny.tag
the HTML element defining the UI.
[Package teal.transform version 0.6.0 Index]