matchRows: Generate two dataframes and returns subsets of these...

Description Usage Arguments Value

View source: R/pd_matchRows.R

Description

Generate two dataframes and returns subsets of these dataframes that have shared rows.

Usage

1
matchRows(df_a, df_b, indices = NA)

Arguments

df_a

A dataframe

df_b

A dataframe

indices

The indices to match rows between df_a and df_b. Can be NA, single character, or a vector of characters

Value

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


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