A selectizeInput customized for data frames with column labels
columnSelectInput(
inputId,
label,
data,
selected = "",
...,
col_subset = NULL,
placeholder = "",
onInitialize
)a selectizeInput dropdown element
passed to selectizeInput
passed to selectizeInput
data.frame object from which fields should be populated
default selection
passed to selectizeInput
a vector containing the list of allowable columns to select
passed to selectizeInput options
passed to selectizeInput options