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