powered by
Used as the default value comparison function since when values mismatch we use diffObj which would make the text output from all.equal somewhat redundant.
diffObj
all.equal
all_eq(target, current, ...)
TRUE if all.equal returns TRUE, "" otherwise all_eq(1, 1L) all_eq(1, 2) isTRUE(all_eq(1, 2))
R object
other R object to be compared to target
target
arguments to pass to all.equal