Description Usage Arguments Value
This function compares two data.tables for differences. Note that it assumes a very specific structure, as it is intended to be used with the standardization code only. An additional column is placed on the first data.table that is named updateFlag, and it is TRUE if there is a difference and FALSE otherwise.
1 | markUpdated(new, old, standParams)
|
new |
The new data.table with the standardization data. |
old |
The original data.table with the standardization data. |
standParams |
The parameters for standardization. These parameters provide information about the columns of data and tree, specifying (for example) which columns should be standardized, which columns represent parents/children, etc. |
The same data.table as new but with an additional column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.