Description Usage Arguments Value Examples
Checks whether all elements of one variable are in another
1 | is_in(x, y)
|
x |
(any) The object with elements to test |
y |
(any) The object with elements to test against |
TRUE if all elements in x are in y, FALSE otherwise
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.