View source: R/equal_elements.R
equal_elements | R Documentation |
Divides x
into disjoint subsets based on equality between elements. Equality between
pairs of elements is determined by all.equal()
.
equal_elements(x, keep_names = TRUE)
x |
A list or atomic vector. |
keep_names |
Logical. If |
A list of either names or indices of x
(see keep_names
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.