Francisco do Nascimento Junior <fnj at cin.ufpe.br> writes: > I need to know which strings of an array that are in another array. > What a best solution? %in% > c("foo", "bar", "baz") %in% c("foo", "bar", "boz", "bonz") [1] TRUE TRUE FALSE