Description Usage Arguments Value
View source: R/pd_prepareData.R
prepareData Prepares data for review summaries in 1 stage. 1. coerce data
1 | prepareData(df, trimChars = TRUE, clean_var_names = TRUE)
|
df |
data frame. The data object. dataReviewR will attempt to coerce all data objects to data frames. |
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 |
dataReviewRObject
containing details of the comparison
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.