View source: R/listFileTables.R
Produce a table which containsthe names and locations of particular files within the directory.
1 2 | listFileTables(directory = getwd(), filePattern = NULL,
recursive = TRUE, ...)
|
directory |
the directory to be search. Defaults to the working directory |
filePattern |
provide a string to be searched for within the file directory (i.e. ".Rmd" or ".Py"). Defaults to NULL |
recursive |
should the function also list subdirectories? Defaults to TRUE |
... |
additional arguments provided to list.files |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.