dataCompareR (version 0.1.2)

generateMismatchData: Extract data from a dataCompareR comparison

Description

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.

Usage

generateMismatchData(x, dfA, dfB, ...)

Arguments

x

A dataCompareRobject.

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

Value

mismatchData A list containing two objects: mismatched rows in first data object and mismatched rows in second data object

See Also

Other dataCompareR.functions: print.dataCompareRobject, rCompare, saveReport, summary.dataCompareRobject