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