multi_select {googleAnalyticsR} | R Documentation |
multi_select Shiny Module
Description
Shiny Module for use with multi_selectUI
Usage
multi_select(
input,
output,
session,
type = c("METRIC", "DIMENSION"),
subType = c("all", "segment", "cohort"),
default = NULL
)
Arguments
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 |
Details
Call via shiny::callModule(multi_select, "your_id")
Value
the selected variable
See Also
Other Shiny modules:
accountPickerUI()
,
authDropdownUI()
,
authDropdown()
,
metricDimensionSelectUI()
,
multi_selectUI()
[Package googleAnalyticsR version 1.1.0 Index]