On Wed, 20 Apr 2022 06:18:14 +0000
Eliza Botto <eliza_bo...@outlook.com> wrote:

> EEE==DDD

== doesn't work because it's element-wise. Try the %in% operator, or
setdiff() if you know that EEE and DDD are sets and you'd like to be
fancy.

-- 
Best regards,
Ivan

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to