View source: R/compareTables.R
| mergeInputDiff | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.