Default compare method for legacy data frames
compare.data.frame.RdThis method handles calls to compare() with data frames from the old import_data() function. It issues a deprecation warning and delegates to compare_legacy().
Usage
# S3 method for class 'data.frame'
compare(data, ...)