matchColumns: matchColumns : create subset of DFA and DFB to contain...

Description Usage Arguments Value

View source: R/pd_matchColumns.R

Description

matchColumns : create subset of DFA and DFB to contain matching column names for both data frames

Usage

1
matchColumns(DFA, DFB)

Arguments

DFA

input data frame

DFB

input data frame

Value

matchColOut named list of data frames. subsetA,subsetB contain only columns common to both data frames. colInfoA,colInfoB contain mapping of column names from original to treated and boolean indicator of common columns.


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