Learn R Programming

kinesis (version 0.3.1)

selectize_ui: Updatable Select List

Description

Updatable Select List

Usage

selectize_ui(id, label = "Choose", multiple = FALSE)

Value

A select list control that can be added to a UI definition (see shiny::selectizeInput()).

Arguments

id

A character string specifying the namespace.

See Also

update_selectize_colnames(), update_selectize_rownames()