compare two data frame

i have two data frames having many columns and many demographics , actually i am trying to compare two file ,i want to check the file is same i have uploaded.

to compare i need to check if there is any differences between these two data frames.
do we have any inbuilt function in any package....??

all.equal in base and all_equal in dplyr

Ok, but if I want discrepancies in in output file like which columns is different or may not present in the uploaded file so this will give that results also ....?

Also I have just got a idea about rcompare from datacompare package do you have any idea about that

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.