Are the values in each object the same?
same.Rd
The primary difference from identical
& all.equal
is that objects are sorted by name so order doesn't matter. Set sort_by_names = FALSE
to sort by values.
Arguments
- target
R object.
- current
other R object, to be compared with
target
.- x
obj
- y
obj
- ...
Arguments passed on to
base::all.equal