powered by
Create a Real-Time Reporting API expression.
RtExpr(object, comparator, operand)# S4 method for character,character RtExpr(object, comparator, operand)
# S4 method for character,character RtExpr(object, comparator, operand)
A dimension or metric variable, or another object to be coerced to an .expr object.
The comparator to use for the expression.
The operand to use for the expression.
object = character,comparator = character: Define a Real-Time Reporting condition using the arguments describing the variable, comparator and operand.
object = character,comparator = character
Other expression generators: Expr, GaExpr, McfExpr
Expr
GaExpr
McfExpr
# NOT RUN { myQuery <- RtQuery(view = 123456789) source_matches_google <- RtExpr("rt:source", "~", "google") TableFilter(myQuery) <- source_matches_google # }
Run the code above in your browser using DataLab