%vcontains% | R Documentation |
Check if a vector 'vector' contains all values specified in the vector 'values'
vector %vcontains% values
vector |
: A vector containing all possible values |
values |
: each individual value, in the form of a vector, to check the presence of in 'vector' |
TRUE if all the values in the vector 'values' are contained in the vector 'vector' = FALSE if all the values in 'values' are not contained in 'vector'
# To be documented
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.