powered by
Determine whether the first vector is a subset of the second vector
is_subset(x, y)
TRUE if x is a subset of y or FALSE otherwise.
x
y
the first vector
the second vector
Michal Burda