Learn R Programming

R.filesets (version 2.15.1)

GenericDataFileSet$byName: Locates and sets up a file set by its name

Description

Locates and sets up a file set by its name, tags, root and sub directories.

Usage

## 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)

Value

Returns a GenericDataFileSet. If not found, an exception is thrown.

Arguments

name, tags

The name and the tags of the file set to be located.

subdirs

A character vector of the subpath where the file set is located.

paths

A character vector of root paths where to look for the file set.

...

Not used.

verbose

...

Author

Henrik Bengtsson

See Also

Internally, *findByName() is used to locate the data set, and *byPath() to then set it up. For more information see GenericDataFileSet.