deltaDF: Returns the difference between 2 data frames

View source: R/Utilities.R

deltaDFR Documentation

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

Note

This function is not intended for direct use by the end user.

Author(s)

Dinakar Kulkarni <kulkard2@gene.com>

See Also

anti_join


gmbecker/gRAN documentation built on July 5, 2023, 11:05 p.m.