%ni% {easyr} | R Documentation |
Not-In
Description
Opposite of Author: Bryce Chamberlain.
Usage
needle %ni% haystack
Arguments
needle |
Vector to search for. |
haystack |
Vector to search in. |
Value
Boolean vector/value of comparisons.
Examples
c(1,3,11) %ni% 1:10
[Package easyr version 0.5-11 Index]