| hasTags.FullNameInterface {R.filesets} | R Documentation |
Checks whether the fullname contains a given set of tag(s).
## S3 method for class 'FullNameInterface' hasTags(this, tags, ...) ## S3 method for class 'FullNameInterface' hasTag(this, tag, ...)
tags, tag |
|
... |
Additional arguments passed to |
Returns TRUE if all tags are part of the fullname, otherwise
FALSE.
Henrik Bengtsson
*getTags().
*getName().
For more information see FullNameInterface.