updateSelect2Input {shinysky}R Documentation

updateSelect2Input

Description

Update select2Input

Usage

updateSelect2Input(session, inputId, label, choices = NULL, selected = NULL)

Arguments

session

The session

inputId

The id of the component

label

The text label

choices

The possible choices

selected

The selected.


[Package shinysky version 2.0.0 Index]