%nin% | R Documentation |
Opposite of in function
x %nin% table
x |
Elements to check that are not in |
table |
Table to look up values |
Returns the elements of x
not in table
c(1, 2, 3) %nin% c(2, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.