Description Usage Arguments Value
Convenience function finding files by regex pattern.
1 2 | LR.find_file(dir = ".", pattern = "", index = "last",
ignore.case = TRUE, recursive = FALSE)
|
dir |
directory or array of directories to search in |
pattern |
regex matching file name |
index |
what to return. |
ignore.case |
boolean, whether to ignore the case in regex matching |
recursive |
boolean, whether perform recursive search over sub-directories. |
NULL is no match found, otherwise path to found files as prescribed by index
settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.