GenericDataFileSet$byName | R Documentation |
Locates and sets up a file set by its name, tags, root and sub directories.
## Static method (use this):
## GenericDataFileSet$byName(name, tags=NULL, subdirs=NULL, paths=NULL, ...,
## verbose=FALSE)
## Don't use the below:
## S3 method for class 'GenericDataFileSet'
byName(static, name, tags=NULL, subdirs=NULL, paths=NULL, ..., verbose=FALSE)
name , tags |
The name and the tags of the file set to be located. |
subdirs |
A |
paths |
A |
... |
Not used. |
verbose |
... |
Returns a GenericDataFileSet
.
If not found, an exception is thrown.
Henrik Bengtsson
Internally, *findByName()
is used to locate the data set,
and *byPath()
to then set it up.
For more information see GenericDataFileSet
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.