GenericDataFileSet$findByName | R Documentation |
Locates all file sets that match the requested name, tags, and sub directories, in any of the root paths.
## Static method (use this):
## GenericDataFileSet$findByName(name, tags=NULL, subdirs=NULL, paths=NULL,
## firstOnly=TRUE, mustExist=FALSE, ..., verbose=FALSE)
## Don't use the below:
## S3 method for class 'GenericDataFileSet'
findByName(static, name, tags=NULL, subdirs=NULL, paths=NULL, firstOnly=TRUE,
mustExist=FALSE, ..., verbose=FALSE)
name , tags |
The name and the tags of the file set to be located. |
subdirs |
A |
paths |
A |
firstOnly |
If |
mustExist |
If |
... |
Not used. |
verbose |
... |
Returns a character
vector
of paths.
If no file sets were found, NULL
is returned.
Henrik Bengtsson
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.