Description Usage Arguments Value
Find filenames that match some regular expressions and not others
1 2 3 4 5 6 7 8 | SearchFiles.select(
files,
includeAll = NA_character_,
includeAny = NA_character_,
remove = NA_character_,
spaceReplaceAny = NA_character_,
andReplaceAny = NA_character_
)
|
files |
A character vector with filenames |
includeAll |
A character vector containing regular expressions |
includeAny |
A character vector containing regular expressions |
remove |
A character vector containing regular expressions |
spaceReplaceAny |
A character vector containing character strings to use instead of spaces |
andReplaceAny |
A character vector containing character strings to use instead of the string "and" |
A character vector that is a subset of files. Each element will match all elements of includeAll and at
least one element of includeAny. 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.