Description Usage Arguments Details Value See Also
View source: R/shiny-modules.R
Shiny Module for use with multi_selectUI
1 2 | multi_select(input, output, session, type = c("METRIC", "DIMENSION"),
subType = c("none", "segment", "cohort"), default = NULL)
|
input |
shiny input |
output |
shiny output |
session |
shiny session |
type |
metric or dimension |
subType |
Limit selections to those relevant |
default |
The default selected choice. First element if NULL |
Call via shiny::callModule(multi_select, "your_id")
the selected variable
Other Shiny modules: authDropdownUI
,
authDropdown
, multi_selectUI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.