View source: R/f - Get filenames in folder.R
f_get_filenames_in_folder | R Documentation |
Get names and information on files in folder.
f_get_filenames_in_folder(
c.path,
b.recursive = FALSE,
c.file.type = NULL,
b.return.md5 = FALSE
)
c.path |
Full path to folder of interest. |
b.recursive |
Should we look inside subfolders (default: FALSE). |
c.file.type |
What file type to retrieve? (default: NULL). |
b.return.md5 |
Should MD5 be returned? (default: FALSE). |
-
Data frame with information on the files observed in concerned folder.
Pieter Overdevest
df.output <- f_get_filenames_in_folder(
c.path,
b.recursive,
c.file.type,
b.return.md5
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.