Tools to compare R objects

What tools do we have to assess/explore how two objects are different (class, structure, names, values, attributes...) ?

I thought about :

  • base::all.equal
  • dplyr::all_equal
  • arsenal::compare
    *tidylog (logs the modifications "on the fly" for dplyr operations)

Do you know any other one ?

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.