get_target_column_names {cleanepi} | R Documentation |
Get the names of the columns from which duplicates will be found
Description
Get the names of the columns from which duplicates will be found
Usage
get_target_column_names(data, target_columns, cols)
Arguments
data |
A data frame or linelist |
target_columns |
A vector of column names. For linelist data, this can be 'linelist_tags' |
cols |
A vector of empty and constant columns |
Value
A vector with the target column names or indexes
[Package cleanepi version 1.0.2 Index]