Description Usage Arguments Value
label module server logic
1 2 3 4 5 6 7 8 9 10 11 12 |
input |
Shiny's input object. |
output |
Shiny's output object. |
session |
Shiny's session object. |
data |
Data.table used for label creation. Column names will be used for selection. (supports reactive) |
label |
Set label of selectizeInput. |
multiple |
Allow multiple selection which will be merged with sep (default = TRUE). |
sep |
Separator used to collapse selection (default = ", "). |
unique |
Make labels unique. Defaults to TRUE. See |
unique_sep |
Separator used for unique (default = "_"). Should differ from sep. |
disable |
Reactive containing boolean. To disable/ enable module. |
Reactive containing list(label = vector of strings or NULL on empty selection, selected = user input).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.