| getTags.FullNameInterface {R.filesets} | R Documentation |
Gets the tags.
## S3 method for class 'FullNameInterface' getTags(this, pattern=NULL, collapse=NULL, ..., named=FALSE, na.rm=TRUE, useCustomTags=TRUE)
pattern |
An optional regular expression used to filter out tags.
If |
collapse |
A |
... |
Additional arguments passed to |
named |
If |
na.rm |
If |
useCustomTags |
If |
The tags of a fullname are the comma separated parts of the
fullname that follows the the first comma, if any.
For instance, the tags of foo,a.2,b are a.2 and b.
Any custom tag that equals "*" is replaced by the comma separated
tags from the fullname.
Returns a character vector (possibly NA) or NULL.
Henrik Bengtsson
*getFullName().
*getName().
For more information see FullNameInterface.