%not_in% | R Documentation |
%not_in% <- function(a,b){ ! a %in% b }
a %not_in% b
a |
vector or NULL: the values to be matched. |
b |
vector or NULL: the values to be matched against. |
A logical vector, indicating if a match was
not located for each element of a
. The values
are TRUE or FALSE and never NA.
1:5 %not_in% 3:5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.