Description Usage Arguments Details Value Examples
Recursive version of file.exists()
1 | recursive_file_exists(x, path = ".")
|
x |
File name |
path |
Folder in which to start the recursive search. |
Currently does not support regular expressions or wildcards; dot (for file extensions etc.) are dealt with.
TRUE
if at least one file matching x
was
found, and FALSE
otherwise.
1 | # recursive_file_exists("I_dont_exist.R")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.