reduce: Reduce fduper data to files which share certain values with...

Description Usage Arguments Value Examples

Description

Groups the files in the fduper dataset by the columns pass in the dot arguments, then eliminates groups that do not contain two or more files.

Usage

1
reduce(.data, ...)

Arguments

.data

A fduper object

...

Column names for grouping files as duplicates or potential duplicates

Value

The modified fduper object with non-duplicates removed

Examples

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

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