DIGITIAL TRANSFORMATION - AFWERX

all.equal all.equal(x,y) is a utility to compare R objects x and y testing ``near equality''. If they are different, comparison is still made to some extent, and a report of the differences is returned. Don't use 'all.equal' directly in if expressions—either use 'identical' or combine the two, as shown in the documentation for 'identical'. ................
................