Proc compare for R SDTM Domains

I want to compare 2 data sets, Prod_CM and QC_CM data sets (SDTM)
I am using

library(arsenal)
summary(comparedf(CM, VCM))
all.equal(CM, VCM)

is there a better way to do the comparison , like we do in SAS proc compare, please let me know

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.