Description Usage Arguments Details Value Author(s) Examples
is_subset tests if a set x is a subset
of another set y
1 |
x |
A vector containing the first set. |
y |
A vector containing the second set. |
This functions takes special care of numeric input and
uses %in_dbl% in this case.
A logical vector of length one. It is TRUE if all the
values in x are found in y and FALSE otherwise.
Dominik Mueller
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.