%out% | R Documentation |
%out% is an alternative way of using %in% for unmatched values, which provides more similarity with SQL syntax. Returns a logical vector indicating if there is an unmatch or not for its left operand.
x %out% table
x |
A vector. Values to be unmatched. |
table |
A vector. Values to be unmatched against. |
A logical vector.
match()
1:10 %out% 1:3 letters %out% c("a", "e", "i", "o", "u")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.