all_equal deprecated - but all.equal output is not the same if dataframes don't match

I use all_equal when testing equality of dataframes, and make use of the output (rows which don't match) in the test harness to dive down into inputs and output and help work out what is happenning.

How can I call all.equal such that I get the same format output (eg "- Rows in x but not in y: 5567, 7642\n- Rows in y but not in x: 5567, 7642\n") as the now-deprecated all_equal?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.