Learn R Programming

googleAnalyticsR (version 0.3.0)

multi_select: multi_select

Description

Shiny Module for use with multi_selectUI

Usage

multi_select(input, output, session, type = c("METRIC", "DIMENSION"), subType = c("none", "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

Value

the selected variable

Details

Call via shiny::callModule(multi_select, "your_id")