hasTags.FullNameInterface: Checks whether the fullname contains a given set of tag(s)

hasTags.FullNameInterfaceR 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

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

...

Additional arguments passed to *getTags().

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.


R.filesets documentation built on July 21, 2022, 5:11 p.m.