Description Usage Arguments Value Examples
View source: R/all_identical.R
Check if all list elements are identical
1 | all_identical(lst)
|
lst |
A list |
Logical, indicating if all elemenets are identical
1 | all_identical(list(a=1, b=1, c=1, d=2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.