Learn R Programming

R.filesets (version 2.15.1)

hasTags.FullNameInterface: 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 FullNameInterface
hasTags(this, tags, ...)
 # S3 method for FullNameInterface
hasTag(this, tag, ...)

Value

Returns TRUE if all tags are part of the fullname, otherwise

FALSE.

Arguments

tags, tag

A character vector or scalar, of tags to looked for.

...

Additional arguments passed to *getTags().

Author

Henrik Bengtsson

See Also

*getTags(). *getName(). For more information see FullNameInterface.