matchColumns {dataCompareR} | R Documentation |
matchColumns : create subset of DFA and DFB to contain matching column names for both data frames
Description
matchColumns : create subset of DFA and DFB to contain matching column names for both data frames
Usage
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.
[Package dataCompareR version 0.1.4 Index]