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