multi_selectUI {googleAnalyticsR} | R Documentation |
multi_select UI Shiny Module
Description
Shiny Module for use with multi_select
Usage
multi_selectUI(id, label = "Metric", multiple = TRUE, width = NULL)
Arguments
id |
Shiny id |
label |
label |
multiple |
multiple select |
width |
width of select |
Details
Create a Google Analytics variable selector
Value
Shiny UI
See Also
Other Shiny modules:
accountPickerUI()
,
authDropdownUI()
,
authDropdown()
,
metricDimensionSelectUI()
,
multi_select()
[Package googleAnalyticsR version 1.1.0 Index]