If TRUE, The attributes of x and
y are allowed to differ.
.xname
Not intended to be used directly.
.yname
Not intended to be used directly.
...
Some R expressions, deprecated.
l
A list of R expressions, deprecated.
severity
How severe should the consequences of the assertion be?
Either "stop", "warning", "message", or "none".
Value
are_identical returns TRUE if x and y
are identical. The assert_* function throws an error on failure.
The legacy function are_identical_legacy allows an arbitrary number
of inputs and returns a symmetric square logical matrix which is TRUE
where pairs of inputs are identical. (The new version of the function
is easier to work with, and it is recommended that you switch your code to
it.)