Description Usage Arguments Details Value Author(s) Examples
Evaluates whether the left hand side argument is not in the right hand side argument.
1 | lhs %nin% rhs
|
lhs |
left hand side |
rhs |
right hand side |
The %nin%
function negates the %in%
operator.
The function returns a vector of the same length as lhs
.
Mathijs Deen
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.