McfExpr: McfExpr

Description Usage Arguments Methods (by class) See Also Examples

Description

Create a Multi-Channel Funnel Reporting API expression.

Usage

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

## S4 method for signature 'character,character'
McfExpr(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, RtExpr

Examples

1
2
3
myQuery <- McfQuery(view = 123456789)
source_matches_google <- McfExpr("mcf:source", "~", "google")
TableFilter(myQuery) <- source_matches_google

jdeboer/ganalytics documentation built on May 18, 2019, 11:30 p.m.