Description Usage Arguments Details See Also
Change a categorical legend in the client
1 2 3 4 5 6 7 | updateCategoricalFilter(
session,
inputId,
label = NULL,
select = NULL,
deselect = NULL
)
|
session |
The |
inputId |
The id of the input object. |
label |
The label to set for the input object. |
select |
Items to be selected. |
deselect |
Items to be deselected. |
This function only affects the label and the selection. Re-creating the items requires deleting and re-creating the legend using shinyjs
, for example.
Other update functions:
updateNumericFilter()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.