Learn R Programming

R.filesets (version 2.15.1)

Arguments$getTags: 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 Arguments getTags(static, ..., na.rm=TRUE, collapse=",")

Value

Returns a character string or

character

vector (iff collapse is NULL).

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.

Author

Henrik Bengtsson

See Also

For more information see Arguments.