create_diff_table: Summarize the changes between two data-frames

Description Usage Arguments Value

View source: R/write.R

Description

Summarize the changes between two data-frames

Usage

1
create_diff_table(data, ref_data, primary_key)

Arguments

data

a data-frame

ref_data

a reference version of the data-frame

primary_key

the name of a column which is used to unique identify rows in the data

Value

a data-frame with the primary key column(s), and the columns Field, OldVersion and NewVersion showing the differences between the two data-frames


LearningToTalk/L2TDatabase documentation built on June 24, 2020, 3:45 a.m.