Description Usage Arguments Value Examples
Opposite of %in%
.
%notin%
returns TRUE
if there is no match between .x
and .table
.
1 2 3 4 5 6 7 | .x %notin% .y
.x %unlike% .y
.x %xlike% .y
.x %setdiff% .y
|
.x |
Vector. Values to be matched. |
.y |
Vector. Values to be matched against. |
A logical vector of the same length as .x
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.