%nin% {baizer} | R Documentation |
not in calculation operator
Description
not in calculation operator
Usage
left %nin% right
Arguments
left |
left element |
right |
right element |
Value
logical value, TRUE if left is not in right
Examples
0 %nin% 1:4
[Package baizer version 0.8.0 Index]