processFlow {dataCompareR} | R Documentation |
processFlow Handles the process flow for the whole package
Description
processFlow Handles the process flow for the whole package
Usage
processFlow(dfa, dfb, roundDigits, keys, mismatches, trimChars, argsIn)
Arguments
dfa |
Dataframe. One of the two data frames to be compared |
dfb |
Dataframe. One of the two data frames to be compared |
roundDigits |
Integer. If NA, numerics are not rounded before comparison. If /coderoundDigits is specified, numerics are rounded to /coderoundDigits decimal places using round. |
keys |
The keys used to match rows between |
mismatches |
Integer. The max number of mismatches to assess, after which dataCompareR will stop (without producing a dataCompareR object). Designed to improve performance for large datasets. |
trimChars |
Boolean. Do we trim characters before comparing? |
argsIn |
The arguments that were passed to the main dataCompareR function |
Value
dataCompareRObject
containing details of the comparison
[Package dataCompareR version 0.1.4 Index]