getName.GenericDataFileSet {R.filesets}R Documentation

Gets the name of the file set

Description

Gets the name of the file set.

Usage

## S3 method for class 'GenericDataFileSet':
getName(this, ...)

Arguments

... Additional arguments passed to *getFullName(), if the name is inferred from the pathname.

Details

If a name alias has not been set explicitly, the name is inferred from the pathname of the file set. The name of a file set is the part of the directory name that preceeds the first comma, if any. For instance, the name of the file set named foo,a,b is foo.

Value

Returns a character.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*getAlias(). *getFullName(). *getTags(). For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]