matchMultiIndex: Generate two dataframes that contain the same rows based on a...

Description Usage Arguments Value

View source: R/pd_matchRows.R

Description

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

Usage

1
matchMultiIndex(df_a, df_b, indices)

Arguments

df_a

A dataframe

df_b

A dataframe

indices

A char vector

Value

A list containing the two dataframes, subsetted by shared indices, and a list which itself contains the vectors for the dropped rows


dataCompareR documentation built on Nov. 23, 2021, 9:06 a.m.