formatDetailsComparison {clinUtils} | R Documentation |
Format details comparison
Description
Format details comparison
Usage
formatDetailsComparison(
diffData,
referenceVars = attr(diffData, "referenceVars"),
changeableVars = attr(diffData, "changeableVars")
)
Arguments
diffData |
Object of class 'diff.data' containing
differences between datasets, as returned by the |
referenceVars |
character vector of the columns in the data that are the used as
reference for the comparison. |
changeableVars |
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. |
Value
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.
Author(s)
Laure Cougnaud