updateSelectControlInput {shinySelect}R Documentation

Update a select control widget

Description

Change the value of a select control input.

Usage

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

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

Value

No returned value, called for side effect.


[Package shinySelect version 1.3.0 Index]