compare: Compare two dataframes for variables that match or don't...

Description Usage Arguments Examples

View source: R/compare.R

Description

This function compares all of the variables in two similar dataframes to determine if the values in the data have changed. This is helpful for identifying changes when a dataset is updated, similar to SAS PROC COMPARE.

Usage

1
compare(new, old, ...)

Arguments

new

The "new" dataframe.

old

The "old" dataframe to compare the new dataframe to.

...

The ID column(s) to be that indicate a unique record to compare between dataframes.

Examples

1
compare(new=new_df, old_df, id)

pjward5656/kipRc documentation built on April 27, 2020, 10:34 p.m.