getExactOn {MultiObjMatch} | R Documentation |
Generate a factor for exact matching.
Description
Generate a factor for exact matching.
Usage
getExactOn(dat, exactList)
Arguments
dat |
dataframe containing all the variables in exactList |
exactList |
factor of names of the variables on which we want exact or close matching. |
Value
factor on which to match exactly, with labels given by concatenating labels for input variables.
[Package MultiObjMatch version 1.0.0 Index]