update_input | R Documentation |
Update an Input Control with Column Names
update_input(
control,
id,
x,
choices = colnames,
exclude = reactive(NULL),
select = TRUE,
placeholder = FALSE
)
control |
An UI input updater. |
id |
A |
x |
A reactive |
choices |
A |
exclude |
A reactive |
select |
A |
placeholder |
A |
A reactive character
vector of column names.
Side effect: change the value of an input control on the client.
update_checkbox_colnames()
, update_selectize_colnames()
,
update_selectize_rownames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.