Format details comparison
formatDetailsComparison(
diffData,
referenceVars = attr(diffData, "referenceVars"),
changeableVars = attr(diffData, "changeableVars")
)
diffData
with extra columns:
'[].diff' for the referenceVars
and changeableVars
columns, and attributes: 'colsDiff' as a named vector with mapping with input variables (names) and corresponding diff variables.
Object of class 'diff.data' containing
differences between datasets, as returned by the compareDiff
function.
character vector of the columns in the data that are the used as
reference for the comparison.
If not specified, all columns present both in
newData
and oldData
are considered.
character vector of the columns in the data for which you want to assess the change,
e.g. variables that might have changed from the old to the new data.
If not specified, only 'Addition' and 'Removal' are detected.
Laure Cougnaud