%neq% {baizer} | R Documentation |
not equal calculation operator, support NA
Description
not equal calculation operator, support NA
Usage
x %neq% y
Arguments
x |
value x |
y |
value y |
Value
logical value, TRUE if x and y are not equal
Examples
1 %neq% NA
[Package baizer version 0.8.0 Index]