identify: Label groups of items sharing certain values

Description Usage Arguments Value Examples

Description

Groups the files in the fduper dataset by the columns pass in the dot arguments, then adds a column "group" with a unique value for each set of duplicates.

Usage

1
identify(.data, ...)

Arguments

.data

A fduper object

...

Column names for grouping files as duplicates

Value

The modified fduper object with duplicate groups labelled

Examples

1
2
f %>% identify(size)
f %>% identify(size, hash)

gmyrland/fduper documentation built on May 28, 2019, 8:53 p.m.