
retrieves a list of files from within a folder
getFilesFromFolder.Rdretrieves a list of files from within a folder
Usage
getFilesFromFolder(ident, from = pwd(), filePattern = "", recurse = F)Arguments
- ident
path, resource or entity ID of the folder, only one folder at a time
- from
used for relative paths, by default pwd is used, which is initiated with the step that started improveR
- filePattern
filter applied to the file name, example: *.r
- recurse
if folders within this folder are also parsed, default FALSE