View source: R/data_extract_read_module.R
data_extract_read_srv | R Documentation |
data_extract_spec
Returns a reactive list with values read from the inputs of data_extract_spec
data_extract_read_srv(
id,
datasets,
single_data_extract_spec,
iv,
select_validation_rule = NULL,
filter_validation_rule = NULL
)
id |
( |
datasets |
( |
single_data_extract_spec |
( |
Reads the UI inputs of a single data_extract_spec
object in a running
teal
application.
Returns a reactive list of reactive values read from the input.
The returned list has keys corresponding to the UI inputs:
select
, filters
, always_selected
, reshape
.
shiny::reactive
the reactive list with reactive values read from the UI.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.