lumpDuplicatedByPK | R Documentation |
For duplicated rows, omit NA
s and take unique values in columns when at least one value exists to reduce the
duplicates.
lumpDuplicatedByPK(
x,
pk,
collapse,
tryNumeric = FALSE,
tolerance = sqrt(.Machine$double.eps)
)
x |
a |
pk |
columns with the primary key. |
collapse |
a |
tryNumeric |
if |
tolerance |
relative tolerance passed to |
a named 'list' with a 'df' item for the x rows without duplicates and a 'dup' item with duplicated rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.