is_subset {nuggets} | R Documentation |
Determine whether the first vector is a subset of the second vector
Description
Determine whether the first vector is a subset of the second vector
Usage
is_subset(x, y)
Arguments
x |
the first vector |
y |
the second vector |
Value
TRUE if x
is a subset of y
or FALSE otherwise.
Author(s)
Michal Burda
[Package nuggets version 1.0.2 Index]