reduce_n: 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. The reduce_n variant allows for a mininum and maximum group size specification, where the defaults behave the same as the regular reduce function.

Usage

1
reduce_n(.data, ...)

Arguments

.data

A fduper object

...

Column names for grouping files as duplicates or potential duplicates

.n

The minimum group size, with a default of 2

.n_max

The maximum group size, with a default of Inf

Value

The modified fduper object with non-duplicates removed

Examples

1
f %>% reduce_n(size, .n=5)

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