.all_equal_in_list | R Documentation |
test all elements in a list are equal
.all_equal_in_list(x)
## Not run:
l1 <- list(a = 1, b = 2, c = 3)
l2 <- list(a = 1, b = 1, c = 1)
.all_equal_in_list(l1)
.all_equal_in_list(l2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.