Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

multi_select

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


googleAnalyticsR

Google Analytics API into R

v1.0.0
MIT + file LICENSE
Authors
Mark Edmondson [aut, cre] (<https://orcid.org/0000-0002-8434-3881>), Artem Klevtsov [ctb], Johann deBoer [ctb], David Watkins [ctb], Olivia Brode-Roger [ctb], Jas Sohi [ctb], Zoran Selinger [ctb], Octavian Corlade [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.