Description Usage Arguments Value See Also Examples
%out% is the negation of %in%, so x %out% y is equivalent to ! x %in% y.
1 | x %out% table
|
x |
vector of values to be matched. |
table |
vector or list to be matched against. |
a logical vector or of the same length as x
indicating if each value of x is within the defined subset.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.