| notin | R Documentation |
Value matching
x %!in% table
x |
Vector with the values to be matched. |
table |
Vector with the values to be matched against. |
A logical vector indicating which values are not in table.
match().
x <- 8:12
x %!in% 1:10
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.