dropDuplicateFields: drop duplicate fields
Description
compares all data in each field to every other field, and drops
the latter match. Will find multiple matches. Doesn't do any type
conversions yet. This is purely by content, not by field name.
Usage
dropDuplicateFields(df, verbose = FALSE)
Arguments
verbose
single logical value, if TRUE
then produce verbose
messages
Value
data frame without duplicate fields