Here is a description
proc_compare( data1, data2, precision = NULL, report_type = NULL, report_location = NULL )
| data1 | The first dataset to compare. |
|---|---|
| data2 | The second dataset to compare. |
| precision | The variables to sort by. |
| report_type | The output type of the report to create. Valid values are 'TXT', 'PDF', 'RTF', 'HTML' and 'DOCX'. |
| report_location | The the output path for the comparison report. |
A list of datasets describing the results of the comparison.
Here is some details