compareRows: CompareRows

Description Usage Arguments See Also

View source: R/twoTableChecks.R

Description

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.

Usage

1
compareRows(table1, table2, commonKey, testColumn, testType, testTolerance)

Arguments

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

See Also

compareDimensions


Wave1art/dataCheckR documentation built on Oct. 31, 2019, 1:12 a.m.