dataCompareR (version 0.1.2)

matchNoIndex: Generate two dataframes that contain the same rows based on a two-column index

Description

Generate two dataframes that contain the same rows based on a two-column index

Usage

matchNoIndex(df_a, df_b)

Arguments

df_a

A dataframe

df_b

A dataframe

Value

A list containing the two dataframes, subsetted to the size of the smaller one, and a list containing vectors of the rows dropped.