Shiny Module for use with multi_selectUI

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

Value

the selected variable

Details

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