processFlow: processFlow Handles the process flow for the whole package

Description Usage Arguments Value

View source: R/pf_processFlow.R

Description

processFlow Handles the process flow for the whole package

Usage

1
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 characters before comparing?

argsIn

The arguments that were passed to the main dataCompareR function

Value

dataCompareRObject containing details of the comparison


dataCompareR documentation built on Nov. 23, 2021, 9:06 a.m.