getName.GenericDataFile {R.filesets}R Documentation

Gets the name of the file

Description

Gets the name of the file.

Usage

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

Arguments

... Not used.

Details

The name of a file is the part of the filename without the extension and that preceeds any comma. For instance, the name of path/to/foo,a.2,b.ext is foo.

Value

Returns a character.

Author(s)

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

See Also

*getTags(). For more information see GenericDataFile.


[Package R.filesets version 0.5.3 Index]