If we want to compare two data sets, to ensure whether the data matches, we can use setequal() or identical(). The difference is, setequal() wouldn't mind duplicates and/or order whereas identical() will return FALSE on duplicates or mismatch in order between data sets. #rstats
0
1
8
0
0
Download Image