powered by
Logical OR of two or more expressions.
Or(object, ...)# S4 method for .compoundExpr Or(object, ...)# S4 method for .compoundExpr,.compoundExpr |(e1, e2)
# S4 method for .compoundExpr Or(object, ...)
# S4 method for .compoundExpr,.compoundExpr |(e1, e2)
An object to include within the ORed expression.
Additional objects to include within the ORed expression.
first expression
second expression
An object of class orExpr.
orExpr
.compoundExpr: Logical-OR of two or more expressions.
.compoundExpr
e1 = .compoundExpr,e2 = .compoundExpr: Logical-OR of two expressions.
e1 = .compoundExpr,e2 = .compoundExpr
Other boolean functions: And, Not, xor
And
Not
xor
# NOT RUN { mobile_or_tablet <- Expr(~deviceCategory == "mobile") | Expr(~deviceCategory == "tablet") converted <- Expr(~goalCompletionsAll > 0) | Expr(~transactions > 0) # }
Run the code above in your browser using DataLab