rid_dups | R Documentation |
Remove Duplicates from Vectors or Data Frame Columns
rid_dups(x, incomparables = FALSE, ...)
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' |
The input with duplicates removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.