I have a character vector, and I want to exclude elements from it which are present in a second vector. I don\'t know how to work the negation in this case while still consi
You can define a new operator,
`%ni%` = Negate(`%in%`)