ganalytics (version 0.10.4)

Or: Or.

Description

OR two or more expressions.

Usage

Or(object, ...)

# S4 method for .compoundExpr Or(object, ...)

# S4 method for .compoundExpr,.compoundExpr |(e1, e2)

Arguments

object

The first object to include within the OR expression.

...

Additional objects to include within the OR expression.

e1

first expression

e2

second expression

Value

An object of class orExpr.

Methods (by class)

  • .compoundExpr: OR two or more expressions.

  • e1 = .compoundExpr,e2 = .compoundExpr: OR two expressions.

See Also

And xor Not