View source: R/filter_duplicates.R
filter_duplicates_dplyr | R Documentation |
Filter duplicated row by the columns ...
filter_duplicates_dplyr(data, ...)
data |
a data.frame-like |
... |
columns (unquoted) to consider to identify duplicated rows |
a tibble, subset of data, containing only duplicated rows by the columns indicated by ..., and including an additional column .ndups with the number of duplicated rows for each group The returned data are sorted by the columns, to be able to inspect the duplicated together
filter_duplicates_dplyr(ggplot2::diamonds, carat, cut, price)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.