
Last chance! 50% off unlimited learning
Sale ends in
isSuperset(x, y, strict = FALSE)
vector
]
Source vector.vector
]
Vector of the same mode as x
.logical(1)
]
Checks for strict/proper superset relation.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.