mergeInputDiff {clinUtils} | R Documentation |
Custom merge (left join) of difference data with some input data
mergeInputDiff(diffData, inputData, typeData, colsBy)
diffData |
A |
inputData |
A |
typeData |
String with type of data, as "new" for |
colsBy |
Character vector of columns for doing the merge by. |
A data.table
object.
The inputData
is joined with the columns Comparison type
and Version
from the diffData
argument.