update_selectize_rownames | R Documentation |
Update a Select List with Row Names
update_selectize_rownames(
id,
x,
exclude = reactive(NULL),
select = FALSE,
placeholder = TRUE
)
id |
A |
x |
A reactive |
exclude |
A reactive |
select |
A |
placeholder |
A |
A reactive character
vector of row names.
Side effect: change the value of a select list on the client.
selectize_ui()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.