Description Usage Arguments Details Value Author(s) Examples
This is the opposite of in
1 | x %not in% table
|
x |
a value |
table |
a vector or table of values |
It does the opposite of what in
does.
This function true if x is not in y
Matt Simmons mattsimmons@email.com
1 2 3 | x <- 1
y <- c(2,3,4)
x %not in% y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.