Usage
selectLongestDuplicate(prot, column)
Arguments
- prot
A data frame containing the data, with at least one column
named 'AccNum' for identification of duplicates.
- column
The name of the column from which the longest entry among
duplicates will be selected.
Value
A data frame containing only the longest entries among duplicates
based on the specified column.
Examples
if (FALSE) { # \dontrun{
selectLongestDuplicate()
} # }