Matching operator (x not in y) oposed to the %in%-operator (x in y)
Matching operator
x %ni% y
x |
vector |
y |
vector of same type as |
A logical vector.
Klaus K. Holst
1:10 %ni% c(1,5,10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.