Description Usage Arguments See Also
View source: R/twoTableChecks.R
Function to do matched row based comparison between files without any preceding transformation to the data to be compared. This is in contrast to the function compareDimensions which first aggegates both tables over a common set of dimensions.
1 | compareRows(table1, table2, commonKey, testColumn, testType, testTolerance)
|
commonKey |
A string or vector which specify the field(s) which should be used to join rows in between the two tables. The key must be unique in both tables to avoid problems. |
testType |
A string or vector specifying the type of test to be performmed on each field. Currently supports "numeric" |
testTolerance |
A string or vector specifying the tolerance that should be applied for each tested column |
compareDimensions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.