matchRows {dataCompareR} | R Documentation |
Generate two dataframes and returns subsets of these dataframes that have shared rows.
matchRows(df_a, df_b, indices = NA)
df_a |
A dataframe |
df_b |
A dataframe |
indices |
The indices to match rows between |
A list containing the two dataframes, subsetted by shared indices, and a list which itself contains dataframes for the dropped rows