| GenericDataFileSet$byPath {R.filesets} | R Documentation |
Defines a GenericDataFileSet by searching for files in a directory.
## Static method (use this): ## GenericDataFileSet$byPath(path=NULL, pattern=NULL, private=FALSE, recursive=FALSE, ## depth=0L, fileClass=getFileClass(static), ..., .validate=FALSE, verbose=FALSE) ## Don't use the below: ## S3 method for class 'GenericDataFileSet' byPath(static, path=NULL, pattern=NULL, private=FALSE, recursive=FALSE, depth=0L, fileClass=getFileClass(static), ..., .validate=FALSE, verbose=FALSE)
path |
The directory where to search for files. |
pattern |
The filename pattern for match files.
If |
private |
If |
recursive |
If |
... |
Optional arguments passed to the constructor of the static (calling) class. |
Returns an GenericDataFileSet object.
Note that files with names starting with a period . are not
searched for. Such files are considered "private" and have to be
included explicitly, if wanted.
Henrik Bengtsson
For more information see GenericDataFileSet.