| getFullName.GenericDataFile {R.filesets} | R Documentation |
Gets the full name of the file, that is the filename without the extension.
## S3 method for class 'GenericDataFile': getFullName(this, aliased=FALSE, translate=TRUE, ...)
aliased |
If TRUE, and an alias has been set, the alias is
returned, otherwise the default full name is returned. |
translate |
If TRUE, an a fullname translator is set, the fullname
is translated before returned. |
... |
Not used. |
The full name of a file is the filename excluding any
extension (and period).
For instance, the full name of path/to/foo,a.2,b.ext is
foo,a.2,b.
Returns a character.
Henrik Bengtsson (http://www.braju.com/R/)
*getName().
*getTags().
For more information see GenericDataFile.