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