View source: R/compare_vectors.R
compare_vectors | R Documentation |
Compare the contents of two vectors. Output is a list containing three vectors: the items shared between both vectors, the items unique to vector a, and the items unique to vector b
compare_vectors(a, b)
a |
vector |
b |
vector |
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets. ## The function is currently defined as function (x) { }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.