list_files_pattern | R Documentation |
Conveniently list files in a directory
list_files_pattern(dir = ".", pattern)
dir |
The path of the directory |
pattern |
A regular expression for selecting files |
A character vector with all the files whose paths match the
pattern
. Otherwise returns character(0)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.