df_comparison_log: Generate comparison/cleaning log between a raw/unchanged data...

Description Usage Arguments Value

View source: R/df_comparison_log.R

Description

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

Usage

1
df_comparison_log(raw_data, clean_data, raw_data_uuid, clean_data_uuid)

Arguments

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

Value

a comparison/cleaning log that shows all changes that were made from the raw data set


zackarno/butteR documentation built on May 8, 2021, 4:50 p.m.