mergeInputDiff: Custom merge of difference data with input data

View source: R/compareTables.R

mergeInputDiffR Documentation

Custom merge of difference data with input data

Description

Custom merge (left join) of difference data with some input data

Usage

mergeInputDiff(diffData, inputData, typeData, colsBy)

Arguments

diffData

A data.table object as output from compareDiff.

inputData

A data.table object. For instance, the newData or the oldData argument from compareTables.

typeData

String with type of data, as "new" for newData or "old" for oldData.

colsBy

Character vector of columns for doing the merge by.

Value

A data.table object. The inputData is joined with the columns Comparison type and Version from the diffData argument.


clinUtils documentation built on Jan. 6, 2023, 5:29 p.m.