update_selectize_values {kinesis} | R Documentation |
Update a Select List with a Vector
Description
Update a Select List with a Vector
Usage
update_selectize_values(
id,
x,
exclude = reactive({
NULL
}),
preserve = TRUE,
none = TRUE,
server = TRUE
)
Arguments
id |
A |
x |
A reactive |
exclude |
A reactive |
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]