update_selectize_variables {kinesis} | R Documentation |
Update a Select List with Column Names
Description
Update a Select List with Column Names
Usage
update_selectize_variables(
id,
x,
find = NULL,
use = NULL,
selected = NULL,
preserve = TRUE,
none = TRUE,
server = TRUE
)
Arguments
id |
A |
x |
A reactive |
find |
A predicate |
selected |
A |
preserve |
A |
none |
A |
server |
A |
Value
A reactive character
vector of column names.
Side effect: change the value of a select input on the client.
See Also
[Package kinesis version 0.2.1 Index]