Description Usage Arguments Value Examples
Determine whether two objects are equal.
1 | allequal(x, y)
|
x |
An object. |
y |
Another object. |
Logical.
1 | allequal(data.frame(y = 1:2), data.frame(y = c(2, 4)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.