allEqual | R Documentation |
Test whether all elements of multiple vectors are equal
allEqual(...)
... |
Any number of vectors, of identical length |
vector of logical elements
a <- c(1,2,3)
b <- c(1,2,3)
c <- c(1,2,4)
allEqual(a,b,c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.