Description Usage Arguments Value Examples
Find files (a wrapper around list.files)
1 | .findFiles(path, pattern)
|
path |
A path to be searched |
pattern |
Regular expression pattern to search for (passed to dir()) |
A full path with the matching file(s)
1 | #.findFiles(getwd(), "*.sqlite")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.