Description Usage Arguments Value Examples
Uses the provided regex pattern to compare the paths in the fduper object, and removes the files not matching the regex pattern.
| 1 | keep_files_by_pattern(.data, files)
 | 
| .data | A fduper object | 
| files | A vector of file paths | 
The modified fduper object with non-matching paths removed
| 1 | f %>% keep_files_by_pattern("\\.txt$")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.