R/out_generateMismatchData.R
generateMismatchData.Rd
Produces a list of two data frames, containing the mismatched rows from the two input tables
Note that this function requires the user to pass in the two data frames used in the inital comparison. If this data does not match that used for the generation of the dataCompareR object the results produced will not be accurate.
generateMismatchData(x, dfA, dfB, ...)
x | A |
---|---|
dfA | Data frame (or object coercable to a data frame). One of the two data frames used in the initial rCompare call. |
dfB | Data frame (or object coercable to a data frame). One of the two data frames used in the initial rCompare call. |
... | Unused currently, may be used in future |
mismatchData
A list containing two objects: mismatched rows in first data object and mismatched rows in
second data object
Other dataCompareR.functions:
print.dataCompareRobject()
,
rCompare()
,
saveReport()
,
summary.dataCompareRobject()