getName.GenericDataFileSet {R.filesets} | R Documentation |
Gets the name of the file set.
## S3 method for class 'GenericDataFileSet': getName(this, ...)
... |
Additional arguments passed to *getFullName() , if
the name is inferred from the pathname. |
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
.
Returns a character
.
Henrik Bengtsson (http://www.braju.com/R/)
*getAlias()
.
*getFullName()
.
*getTags()
.
For more information see GenericDataFileSet
.