RtExpr: RtExpr

Description Usage Arguments Methods (by class) See Also Examples

Description

Create a Real-Time Reporting API expression.

Usage

1
2
3
4
RtExpr(object, comparator, operand)

## S4 method for signature 'character,character'
RtExpr(object, comparator, operand)

Arguments

object

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.

Methods (by class)

See Also

Other expression generators: Expr, GaExpr, McfExpr

Examples

1
2
3
myQuery <- RtQuery(view = 123456789)
source_matches_google <- RtExpr("rt:source", "~", "google")
TableFilter(myQuery) <- source_matches_google

ganalytics documentation built on May 2, 2019, 8:34 a.m.