Description Usage Arguments Value See Also Examples
Creates a select box with GA metrics. Metric var then available in input$<inputId>
1 | metricSelect(inputId = "metric_choice")
|
inputId |
The id of the input. Then available in input$<inputId>. |
A shinydashboard function that generates necessary HTML.
Other shiny macro functions: authDropdownRow
;
doSegmentMacro
;
renderAuthDropdownRow
1 2 3 4 5 6 7 8 | ## Not run:
## ui.r
library(shinydashboard)
dashboardBody(authDropdownRow(),
metricSelect())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.