Learn R Programming

shinySelect (version 1.3.0)

updateSelectControlInput: Update a select control widget

Description

Change the value of a select control input.

Usage

updateSelectControlInput(session, inputId, choices = NULL, selected = NULL)

Value

No returned value, called for side effect.

Arguments

session

the Shiny session object

inputId

the id of the select control widget to be updated

choices

new choices, or NULL

selected

new value(s) for the selected items, or NULL