getTags.GenericDataFileSet {R.filesets} | R Documentation |
Gets the tags of the file set.
Any tag equals "*"
is replaced by the comma separated tags part of
the file-set pathname.
## S3 method for class 'GenericDataFileSet': getTags(this, collapse=NULL, ...)
collapse |
A character string used to concatenate the tags.
If NULL , the tags are not concatenated. |
... |
Not used. |
The tags of a file set are the comma separated parts of the
filename that follows the the first comma, if any, and that preceeds the
last period (the filename extension).
For instance, the tags of path/to/foo,a.2,b.ext
are
a.2
and b
.
Returns a character
vector
or NULL
.
Henrik Bengtsson (http://www.braju.com/R/)
*setTags()
.
*getName()
.
For more information see GenericDataFileSet
.