A dimension or metric variable, or another object to be coerced
to an .expr object.
comparator
The comparator to use for the expression.
operand
The operand to use for the expression.
metricScope
Optional scope to use in the case of metric variables for
segmentation. Possible values include "perUser" or
"perSession".
Methods (by class)
object = character,comparator = character: Return a Google Analytics expression using the supplied
variable, operator and operand.
bounces <- GaExpr("bounces", ">", 0)