Skip to contents

Remove Duplicates from Vectors or Data Frame Columns

Usage

rid_dups(x, incomparables = FALSE, ...)

Arguments

x

A vector or data frame

incomparables

A vector of values that cannot be compared. See ?duplicated

...

arguments for particular methods used in 'unique' and 'duplicated'

Value

The input with duplicates removed