View source: R/selectInput_column.R
columnSelectInput | R Documentation |
A selectizeInput customized for data frames with column labels
columnSelectInput(
inputId,
label,
data,
choices = names,
selected = "",
...,
placeholder = "",
onInitialize
)
inputId |
passed to |
label |
passed to |
data |
|
choices |
a |
selected |
default selection |
... |
passed to |
placeholder |
passed to |
onInitialize |
passed to |
a selectizeInput
dropdown element
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.