add_dirs: Add files in directories to fduper object path listing

Description Usage Arguments Value See Also Examples

Description

Provide a character vector of directory paths. The directory paths are searched and the resulting files are added to the paths in the fduper object.

Usage

1
add_dirs(.data, path, recursive = TRUE, ...)

Arguments

.data

A fduper object

path

A vector of directory paths

recursive

A logical indicating whether or not to search the directories recursively, with default of TRUE

...

Additional arguments to pass to the get_files command

Value

The modified fduper object with the additional paths added

See Also

get_files

Examples

1
f %>% add_dirs("~/my_directory")

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