View source: R/kinesis-internal.R
update_selectize_variables | R Documentation |
Update a Select List with Column Names
update_selectize_variables(
id,
x,
find = NULL,
use = NULL,
selected = NULL,
preserve = TRUE,
none = TRUE,
server = TRUE
)
id |
A |
x |
A reactive |
find |
A predicate |
selected |
A |
preserve |
A |
none |
A |
server |
A |
A reactive character
vector of column names.
Side effect: change the value of a select input on the client.
selectize_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.