View source: R/selectControl.R
updateSelectControlInput | R Documentation |
Change the value of a select control input.
updateSelectControlInput(session, inputId, choices = NULL, selected = NULL)
session |
the Shiny |
inputId |
the id of the select control widget to be updated |
choices |
new choices, or |
selected |
new value(s) for the selected items, or |
No returned value, called for side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.