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 |
The input |
target_columns |
A |
cols |
A |
Value
A <vector>
with the target column names or indexes
[Package cleanepi version 1.1.1 Index]