AllEqual | R Documentation |
Check if all values in a vector are the same
AllEqual(x = NULL, y = NULL)
y |
loonR::AllEqual(c(1,1,1,1,1))
loonR::AllEqual(c(1,2,1,1,1))
loonR::AllEqual(c(1,2,1)c(1,2,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.