updateSelect2Input {shinysky} | R Documentation |
Update select2Input
updateSelect2Input(session, inputId, label, choices = NULL, selected = NULL)
session |
The session |
inputId |
The id of the component |
label |
The text label |
choices |
The possible choices |
selected |
The selected. |