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 GenericDataFileSet
byName(static, name, tags=NULL, subdirs=NULL, paths=NULL, ..., verbose=FALSE)
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.