Shiny Module for use with authDropdownUI
authDropdown(input, output, session, ga.table, viewIdOnly = TRUE, rmNA = TRUE)
shiny input
shiny output
shiny session
A table of GA tables
Default only returns the viewId, set to FALSE to return the row of ga.table satisfying the selections
Will remove any rows that have NA listed for the columns. Set to FALSE to return all rows.
GA View Id selected
Call via shiny::callModule(authDropdown, "your_id")
Other Shiny modules:
accountPickerUI()
,
authDropdownUI()
,
metricDimensionSelectUI()
,
multi_selectUI()
,
multi_select()