Description
AND two or more ganalytics expressions together.
Usage
And(object, ...)# S4 method for .compoundExpr
And(object, ...)
# S4 method for .compoundExpr,.compoundExpr
&(e1, e2)
Arguments
object
The first object within the AND expression
...
Additional objects to include within the AND expression.
Value
an object of class andExpr
Methods (by class)
.compoundExpr
: AND two or more expressions.
e1 = .compoundExpr,e2 = .compoundExpr
: AND two expressions.
Details
Create a new AND expression from one or more arguments
Valid types are either AND, OR, or single expressions.
A single list of objects is also accepted.