Description Usage Arguments Value Examples
Not in
1 | x %ni% table
|
x |
vector or NULL: the values to be matched. Long vectors are supported. |
table |
vector or NULL: the values to be matched against. Long vectors are not supported. |
A logical vector, indicating if a match was located for each element of x: thus the values are TRUE or FALSE and never NA.
1 | "foo" %ni% letters
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.