getTags.Arguments: Gets and validates tags

Arguments$getTagsR Documentation

Gets and validates tags

Description

Gets and validates tags.

Usage

## Static method (use this):
## Arguments$getTags(..., na.rm=TRUE, collapse=",")

## Don't use the below:
## S3 method for class 'Arguments'
getTags(static, ..., na.rm=TRUE, collapse=",")

Arguments

...

character vector of tags.

na.rm

If TRUE, empty ("missing") tags are dropped.

collapse

A character string specifying how the tags should be concatenated into a single string. If NULL, they are not concatenated.

Value

Returns a character string or character vector (iff collapse is NULL).

Author(s)

Henrik Bengtsson

See Also

For more information see Arguments.


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