selectInputAdd: Create a select list input control

Description Usage Arguments Value Author(s) See Also Examples

Description

Create a select list that can be used to choose a single or multiple items from a list of values.

Usage

1
2
  selectInputAdd(inputId, label, choices, selected = NULL,
    multiple = FALSE)

Arguments

inputId

Input variable to assign the control's value to

label

Display label for the control

choices

List of values to select from. If elements of the list are named then that name rather than the value is displayed to the user. A 2-column object specifying user-friendly labels and underlying values is supported.

selected

Name of initially selected item (or multiple names if multiple = TRUE). If not specified then defaults to the first item for single-select lists and no items for multiple select lists.

multiple

Is selection of multiple items allowed?

Value

Invisibly return the UI.

Author(s)

Jay Emerson, extending selectInput from package shiny.

See Also

See also the original selectInput function.

Examples

1
# None

jayemerson/ShinyHelper documentation built on May 18, 2019, 5:57 p.m.