View source: R/get_duplicates.R
get_duplicates | R Documentation |
Extract duplicate observations from data
get_duplicates(data, variables)
data |
A data.table object. |
variables |
character vector of variable names (keys) on which you want to check duplicates. |
A data.table object with the duplicated observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.