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