getTags.GenericDataFileSet {R.filesets}R Documentation

Gets the tags of the file set

Description

Gets the tags of the file set. Any tag equals "*" is replaced by the comma separated tags part of the file-set pathname.

Usage

## S3 method for class 'GenericDataFileSet':
getTags(this, collapse=NULL, ...)

Arguments

collapse A character string used to concatenate the tags. If NULL, the tags are not concatenated.
... Not used.

Details

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.

Value

Returns a character vector or NULL.

Author(s)

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

See Also

*setTags(). *getName(). For more information see GenericDataFileSet.


[Package R.filesets version 0.5.3 Index]