isSuperset {BBmisc} | R Documentation |
Check superset relation on two vectors.
isSuperset(x, y, strict = FALSE)
x |
[ |
y |
[ |
strict |
[ |
[logical(1)
]
TRUE
if each element of y
is also contained in x
, i. e.,
if y
is a subset of x
and FALSE
otherwise.