keep_files_by_pattern: Keep files from fduper object path listing matching the...

Description Usage Arguments Value Examples

Description

Uses the provided regex pattern to compare the paths in the fduper object, and removes the files not matching the regex pattern.

Usage

1

Arguments

.data

A fduper object

files

A vector of file paths

Value

The modified fduper object with non-matching paths removed

Examples

1
f %>% keep_files_by_pattern("\\.txt$")

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