Not In operator | R Documentation |
Anti value matching
x %notin% table
x |
vector of values to be matched |
table |
vector of values to match against |
A logical vector of same length as 'x', indicating if each element does not exist in the table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.