Change the value of a dropdown
input on the client.
update_dropdown(
session,
name,
choices = NULL,
choices_value = choices,
value = NULL
)
The session
object passed to function given to shinyServer
.
The id of the input object
All available options one can select from. If no need to update then leave as NULL
What reactive value should be used for corresponding choice.
The initially selected value.