compareNames {dataCompareR} | R Documentation |
compareNames : compare the intersect of colInfoA and colInfoB and return boolean of matched columns for each data frame
Description
compareNames : compare the intersect of colInfoA and colInfoB and return boolean of matched columns for each data frame
Usage
compareNames(colInfoA, colInfoB)
Arguments
colInfoA |
input data frames with original and treated column names |
colInfoB |
input data frames with original and treated column names |
[Package dataCompareR version 0.1.4 Index]