Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

byName.GenericDataFileSet

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

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

...

Value

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

Author(s)

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.


R.filesets

Easy Handling of and Access to Files Organized in Structured Directories

v2.14.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.