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.


HenrikBengtsson/R.filesets documentation built on Jan. 31, 2024, 8:11 a.m.