data_extract_filter_srv {teal.transform} | R Documentation |
Handles events emitted from the UI generated by data_extract_filter_ui
Description
Handles events emitted from the UI generated by data_extract_filter_ui
Usage
data_extract_filter_srv(id, datasets, filter)
Arguments
id |
( |
datasets |
( |
filter |
( |
Value
NULL
, invisibly.
Note
This shiny module server updates the values of the vals
teal.widgets::optionalSelectInput()
widget.
It's responsible for setting the initial values and the subsequent updates to
the vals
widget based on the input of the col
widget.
[Package teal.transform version 0.6.0 Index]