View source: R/duplicate_rows.R
duplicated_rows | R Documentation |
duplicated_rows
can be though as the inverse of distinct
.
duplicated_rows(df, variable, invert = FALSE)
df |
Data frame. |
variable |
A vector of variables to test for uniqueness. |
invert |
Should the function exclude duplicated. This is the same as
|
Data frame.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.