any_dups | R Documentation |
Output summary of duplicated rows by given keys
any_dups(df, keys)
keys |
a character vector contains column names to be used for grouping |
a list, of which 'dups' is a subset dataframe contain only duplicated entries by group, 'dup_count' is a count summary by group, 'dup_row' is row index of duplicated rows by group, and 'dup_row_bool' is boolean of duplicated rows by group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.