list_files_recursive | R Documentation |
Helper function to quickly list all the files in a directory, and its sub-directories.
list_files_recursive(path, recursive = TRUE, basename_only = TRUE, ...)
path |
character vector defining the top directory to search downwards. |
recursive |
passed to |
basename_only |
boolean value, determines if only the base file names are output (i.e. no file path components). |
... |
parameters passed to |
This function may look very similar to list.files
but the main difference is it will ensure
nested files have just the file names and not directories.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.