powered by
xor produces a compound expression that gives the EXCLUSIVE-OR of two expressions.
xor
xor(x, y)# S4 method for .compoundExpr,.compoundExpr xor(x, y)
# S4 method for .compoundExpr,.compoundExpr xor(x, y)
Conditions for an EXCLUSIVE-OR expression.
x = .compoundExpr,y = .compoundExpr: Exclusive-OR of two expressions.
x = .compoundExpr,y = .compoundExpr
Other boolean functions: And, Not, Or
And
Not
Or
# NOT RUN { either_enquired_or_downloaded <- xor( Expr(~eventCategory == "enquiry"), Expr(~eventCategory == "download") ) # }
Run the code above in your browser using DataLab