ganalytics (version 0.10.4)

McfExpr: McfExpr.

Description

Create a Multi-Channel Funnel Reporting API expression.

Usage

McfExpr(object, comparator, operand)

# S4 method for 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)

  • object = character,comparator = character: Return a Multi-channel Funnel condition based on the supplied arguments describing the variable, comparator and operator.

See Also

Other expression generators: Expr, GaExpr, RtExpr

Examples

Run this code
# NOT RUN {
  myQuery <- McfQuery(view = 123456789)
  source_matches_google <- McfExpr("mcf:source", "~", "google")
  TableFilter(myQuery) <- source_matches_google
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab