mergeInputDiff {clinUtils} | R 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 |
inputData |
A |
typeData |
String with type of data, as "new" for |
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.
[Package clinUtils version 0.2.0 Index]