xor2 {hutilscpp}R Documentation

Exclusive or

Description

Exclusive or

Usage

xor2(x, y, anyNAx = TRUE, anyNAy = TRUE)

Arguments

x, y

Logical vectors.

anyNAx, anyNAy

Could x and y possibly contain NA values? Only set to FALSE if known to be free of NA.


[Package hutilscpp version 0.10.4 Index]