View source: R/fyleIdentifier.R
Enhanced version of list.files() that allows you to exclude files containing specific strings.
Enhanced version of list.files() that allows you to exclude files containing specific strings.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | fyleIdentifier(
fyle_location = ".",
fyle_extension = NULL,
fyle_exclusions = NULL,
list_recursive = TRUE,
list_full_names = TRUE
)
fyleIdentifier(
fyle_location = ".",
fyle_extension = NULL,
fyle_exclusions = NULL,
list_recursive = TRUE,
list_full_names = TRUE
)
|
fyle_location |
Location of directory to search. Will default to search recursively. Required. |
fyle_extension |
The extension(s) you want to search for, e.g. c("txt", "R") will send files that end in .txt or .R |
fyle_exclusions |
Files with this string anywhere in the file name or location will not be sent. Optional. |
list_recursive |
Set to FALSE if you do not want to search through children of fyle_location. Generally keep TRUE. |
list_full_names |
List the full names of the location. Generally keep TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.