data_extract_read_srv {teal.transform} | R Documentation |
Returns a reactive list with values read from the inputs of data_extract_spec
Description
Returns a reactive list with values read from the inputs of data_extract_spec
Usage
data_extract_read_srv(
id,
datasets,
single_data_extract_spec,
iv,
select_validation_rule = NULL,
filter_validation_rule = NULL
)
Arguments
id |
( |
datasets |
( |
single_data_extract_spec |
( |
Details
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
.
Value
shiny::reactive
the reactive list with reactive values read from the UI.
[Package teal.transform version 0.6.0 Index]