powered by
Shiny Module for use with multi_selectUI
multi_select(input, output, session, type = c("METRIC", "DIMENSION"), subType = c("all", "segment", "cohort"), default = NULL)
shiny input
shiny output
shiny session
metric or dimension
Limit selections to those relevant
The default selected choice. First element if NULL
the selected variable
Call via shiny::callModule(multi_select, "your_id")
shiny::callModule(multi_select, "your_id")
Other Shiny modules: authDropdownUI, authDropdown, multi_selectUI
authDropdownUI
authDropdown
multi_selectUI