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