View source: R/set_operations.R
| is_subset | R Documentation |
Determines if all elements in set x are also present in set y.
is_subset(x, y)
x |
A numeric, character, or logical vector. |
y |
A numeric, character, or logical vector. |
A logical value indicating whether x is a subset of y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.