authDropdown: authDropdown Shiny Module

View source: R/shiny-modules.R

authDropdownR Documentation

authDropdown Shiny Module

Description

Shiny Module for use with authDropdownUI

Usage

authDropdown(input, output, session, ga.table, viewIdOnly = TRUE, rmNA = TRUE)

Arguments

input

shiny input

output

shiny output

session

shiny session

ga.table

A table of GA tables

viewIdOnly

Default only returns the viewId, set to FALSE to return the row of ga.table satisfying the selections

rmNA

Will remove any rows that have NA listed for the columns. Set to FALSE to return all rows.

Details

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

Value

GA View Id selected

See Also

Other Shiny modules: accountPickerUI(), authDropdownUI(), metricDimensionSelectUI(), multi_selectUI(), multi_select()


googleAnalyticsR documentation built on Oct. 16, 2022, 1:06 a.m.