dupProcess | R Documentation |
Helper function to carry out duplicate removal on a data table of duplicates.
dupProcess(data, data.dup, table)
data |
A data frame containing original duplicated data. [data frame] |
data.dup |
A data frame containing lowercase conversion of the duplicated data. [character] |
table |
The table name for the input data frame |
Helper function to carry out the flagging and removal for removeDups().
A modified data frame with resolveable duplicates removed and a flag field added and populated.
Claire Lunch clunch@battelleecology.org
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.