%ni% | R Documentation |
%in%
-operator (x in y)Matching operator
x %ni% y
x |
vector |
y |
vector of same type as |
A logical vector.
Klaus K. Holst
match
1:10 %ni% c(1,5,10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.