dupProcess {neonOS}R Documentation

Helper function to remove duplicates from a data table; assumes input data are a duplicated set.

Description

Helper function to carry out duplicate removal on a data table of duplicates.

Usage

dupProcess(data, data.dup, table)

Arguments

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

Details

Helper function to carry out the flagging and removal for removeDups().

Value

A modified data frame with resolveable duplicates removed and a flag field added and populated.

Author(s)

Claire Lunch clunch@battelleecology.org

References

License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007


[Package neonOS version 1.1.0 Index]