Description Usage Arguments Value Examples
Logical operator opposite of %in%
1 | notin(x, y)
|
x |
vector or NULL: the values to be matched. |
y |
vector or NULL: the values to be matched against. |
logical vector of length x
1 2 3 | ## Example not run
#1:5 %in% c(2,4)
#1:5 %!in% c(2,4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.