I read here (all_equal: Flexible equality comparison for data frames in tidyverse/dplyr: A Grammar of Data Manipulation) that all_equal will be deprecated:
all_equal()
allows you to compare data frames, optionally ignoring row and column names. It is deprecated as of dplyr 1.1.0, because it makes it too easy to ignore important differences.
Please could someone outline (or point me to) the differences that all_equal overlooks? I find it incredibly useful and have not noticed the shortcomings. What alternatives are in use out there?