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(df, roundDigits, trimChars, clean_var_names, argsIn)

Arguments

df

Dataframe. The data frame to be reviewed

roundDigits

Integer. If NA, numerics are not rounded before comparison. If /coderoundDigits is specified, numerics are rounded to /coderoundDigits decimal places using round.

trimChars

Boolean. Do we trim characters before comparing?

clean_var_names

User defined boolean indicating whether to clean the variable names using janitor::clean_names, DEFAULT = T

argsIn

The arguments that were passed to the main data_reviewer R function

Value

dataCompareRObject containing details of the comparison


eauleaf/dataReviewR documentation built on Dec. 20, 2021, 3:11 a.m.