A selectizeInput customized for data frames with column labels
columnSelectInput.RdA selectizeInput customized for data frames with column labels
Usage
columnSelectInput(
inputId,
label,
data,
choices = names,
selected = "",
...,
placeholder = "",
onInitialize
)Arguments
- inputId
passed to
selectizeInput- label
passed to
selectizeInput- data
data.frameobject from which fields should be populated- choices
a
listof values to select from, passed toselectizeInput. Alternatively,choicesmay also be a function used to extract choices from a (possibly filtered)data. Defaults to the names ofdata.- selected
default selection
- ...
passed to
selectizeInput- placeholder
passed to
selectizeInputoptions- onInitialize
passed to
selectizeInputoptions
Value
a selectizeInput dropdown element