drop_duplicate_fields: Drop fields with duplicate data

Description Usage Arguments Value Functions Examples

View source: R/drop_duplicate_fields.R

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

1
2
3

Arguments

df

data.frame

verbose

single logical value, if TRUE then produce verbose messages

Value

data frame without duplicate fields

Functions

Examples

1
2

jwutil documentation built on May 7, 2019, 1:03 a.m.