%notin% | R Documentation |
Return a logical vector indicating if there is not a match or is for its left operand
x %notin% table
x |
vector or NULL: the values to be matched |
table |
vector or NULL: the values to be matched against |
A logical vector, indicating if a match was not located for each element of x: thus the values are TRUE or FALSE and never NA
Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988) The New S Language. Wadsworth & Brooks/Cole.
match
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.