powered by
Return lhs values not in rhs values
nin(lhs, rhs, value = TRUE)yin(lhs, rhs, value = TRUE)
yin(lhs, rhs, value = TRUE)
Values to check whether they are/not contained in the other
Values to use as the reference
Logical indicating whether to return the value or a logical vector
# NOT RUN { ## a, b, zz in alphabet letters yin(c("a", "b", "zz"), letters) ## a, b, zz NOT in alphabet letters nin(c("a", "b", "zz"), letters) # }
Run the code above in your browser using DataLab