flatten_filelist | R Documentation |
Flatten a list of files and directories into a list of files
flatten_filelist(fs, pattern = NULL, ...)
fs |
A character vector; a list of files. |
pattern |
An optional regular expression to pass to 'list.files' for filtering files while expanding a directory into a list of files. |
... |
Additional parameters to pass to 'list.files'. |
modules_dir <- system.file("modules", package = "sketch")
flatten_filelist(modules_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.