Arguments$getTags {R.filesets} | R 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
... |
|
na.rm |
If |
collapse |
A |
Value
Returns a character
string or
character
vector
(iff collapse
is NULL
).
Author(s)
Henrik Bengtsson
See Also
For more information see Arguments
.
[Package R.filesets version 2.15.1 Index]