Learn R Programming

GRANBase (version 2.6.20)

deltaDF: Returns the difference between 2 data frames

Description

Returns the difference between 2 data frames

Usage

deltaDF(new_df, old_df)

Arguments

new_df

The new dataframe which you want to compare

old_df

An older dataframe of the same structure

Value

Differences as a dataframe of the same structure

See Also

anti_join