remove_files_by_pattern: Remove 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 matching the regex pattern.

Usage

1

Arguments

.data

A fduper object

pattern

A regex pattern to check existing paths in fduper object against

Value

The modified fduper object with the matching paths removed

Examples

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

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