View source: R/utility_functions.R
notAllIn | R Documentation |
Checks whether all values in one vector are in another vector
notAllIn(x, v = V)
x |
Vector of values to check if all are in second vector |
v |
Second vector of values that may or may not contain all values in x |
logical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.