Comparison of two objects.
lcompare(x, y, depth = 0, showDiff = TRUE, allowAll = TRUE, round = 7)
x | object to compare |
---|---|
y | object to compare |
depth | starting level of depth of the object |
showDiff | ligical, if TRUE will return only different parts of the object |
Returns either TRUE if the objects are identical, or a bested list with the objects (x) structure and differences with object y.