not-in {tuple} | R Documentation |
Mismatch Test
Description
Test whether some data are not in a table.
Usage
x %!in% table
Arguments
x |
A vector of data. |
table |
A table of reference values. |
Details
This helps avoid code structures like !(x %in% table)
.
See Also
Examples
1:2 %!in% 2:4
[Package tuple version 0.4-02 Index]