Description Usage Arguments Value See Also
Create distribution and frequency data for each column of a data frame and produce a dataReviewR object containing
details of the frequency of variables and summary stats for each column of the data. See vignette("dataReviewR")
for more details.
1 |
df |
data frame. The data object. dataReviewR will attempt to coerce all data objects to data frames. |
roundDigits |
Integer. If NA, numerics are not rounded before comparison. If specified, numerics are rounded to the specified number of decimal places using round. |
trimChars |
Boolean. If true, strings and factors have whitespace trimmed before comparison. |
clean_var_names |
User defined boolean indicating whether to clean the variable names using janitor::clean_names, DEFAULT = T |
An dataReviewR object. An S3 object containing details of the comparison between the two data objects. Can be used with summary, print and saveReport
Other dataReviewR.functions:
saveReport()
,
summary.dataReviewRobject()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.