dataCompareR (version 0.1.2)

createAntiSubset: Create a dataframe of the rows that don't match

Description

Create a dataframe of the rows that don't match

Usage

createAntiSubset(index_antisubset, original_keys, index_key, df)

Arguments

index_antisubset

Vector of mismatching indices

original_keys

A character array

index_key

A character array

df

A data frame

Value

A dataframe containing the dropped rows