%nin% | R Documentation |
This negates the '%in%' operator.
x %nin% table
x |
vector or |
table |
vector or |
a boolean vector
Jakob Gepp
match
c(1,2,3,4) %nin% c(1,2,5)
# [1] FALSE FALSE TRUE TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.