dataCompareR (version 0.1.1)

processFlow: 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 dfa and dfb

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 characers before comparing?

argsIn

The arguments that were passed to the main dataCompareR function

Value

dataCompareRObject containing details of the comparison