data_extract_single_ui: 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)
Value
shiny.tag
the HTML element defining the UI.
Arguments
- id
(character(1)
) the id of the module.
- single_data_extract_spec
(data_extract_spec
) the
data_extract_spec()
object to handle.
Details
Creates a shiny.tag
element defining the UI elements corresponding to a
single data_extract_spec
object.