Description Usage Arguments Value Examples
A "not in" operator for vectors
1 | notin(a, b)
|
a |
The first vector |
b |
The second vector |
A vector T/F values according to inclusion/exclusion
1 2 3 | notin(a, b)
a %notin% b
# Is the same as !(a %in% b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.