Description Usage Arguments Value
View source: R/df_comparison_log.R
Generate comparison/cleaning log between a raw/unchanged data set and a modified/cleaned data set. Only columns with the same names can be compared
1 | df_comparison_log(raw_data, clean_data, raw_data_uuid, clean_data_uuid)
|
raw_data |
raw/unchanged data set (df1) |
clean_data |
clean/changed data set (df2) |
raw_data_uuid |
name of unique identifier column in df1 that matches values of unique identifier in df2 |
clean_data_uuid |
name of unique identifier column in df2 that matches values of unique identifier in df1 |
a comparison/cleaning log that shows all changes that were made from the raw data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.