Description Usage Arguments Value Examples
Returns non-matching values for its left operand when compared to the right operand.
1 | x %notin% y
|
x |
vector or NULL: values to be compared. |
y |
vector or NULL: values for which non-matches should be returned. |
a logical vector indicating if there is no match for its left operand.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.