all_same | R Documentation |
Test whether all elements of a vector are equal
all_same(x, na.rm = FALSE)
x |
vector |
na.rm |
passed to ['all_true()'] |
Uses '==' to test for sameness.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.