View source: R/set_operations.R
| includes | R Documentation |
Checks if all elements of required are present in x.
includes(x, required)
x |
A vector of elements. |
required |
A vector of elements to check for inclusion in |
A logical value indicating whether all elements of required are present in x (TRUE) or not (FALSE).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.