to_text_file: Write groups of duplicates to text file

Description Usage Arguments Value Examples

Description

Groups the files using the "groups" column, then outputs the resulting duplicates to a text file. This can be used for examining the duplicates, or to manually review for duplicate removal, or to feed into some other pipeline.

Usage

1
to_text_file(.data, file, overwrite = FALSE)

Arguments

.data

A fduper object

file

The path of the text file to write to

overwrite

If TRUE, do not prompt for overwrite of file, with default as FALSE

Value

The unmodified fduper object.

Examples

1
f %>% to_text_file("myfile.txt", overwrite=TRUE)

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