ganalytics (version 0.10.4)

And: And.

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.

e1

first expression

e2

second 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.

See Also

Or xor Not