Learn R Programming

googleAnalyticsR (version 0.3.0)

segmentBuilderUI: Create a GAv4 Segment Builder

Description

Shiny Module for use with segmentBuilder

Usage

segmentBuilderUI(id)

Arguments

id
Shiny id

Value

Shiny UI for use in app

Examples

Run this code

## Not run: 
# 
# library(shiny)
# library(googleAnalyticsR)
# 
# ui <- shinyUI(fluidPage(
#                segmentBuilderUI("test1")
#                ))
#                
#                
# server <- shinyServer(function(input, output, session) {
# 
# segment <- callModule(segmentBuilder, "test1")
# 
#   .. use segment() in further gav4 calls.
#   
# })
# 
# 
# # Run the application 
# shinyApp(ui = ui, server = server)
# ## End(Not run)

Run the code above in your browser using DataLab