Description Usage Arguments Value
Find filenames that match ALL required regular expressions
1 | SearchFiles.intersect(files, include = NA_character_, remove = NA_character_)
|
files |
A character vector with filenames |
include |
A character vector containing regular expressions |
remove |
A character vector containing regular expressions |
A character vector that is a subset of files. Each element will match all elements of include, and no
elements of the output will match any elements of remove
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.