Description Usage Arguments Value
View source: R/pf_processFlow.R
processFlow Handles the process flow for the whole package
1 | processFlow(df, roundDigits, trimChars, clean_var_names, argsIn)
|
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 |
dataCompareRObject
containing details of the comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.