Arguments$getLogicals {R.utils} | R Documentation |
Coerces to a logical vector and validates
Description
Coerces to a logical vector and validates.
Usage
## Static method (use this):
## Arguments$getLogicals(x, ..., disallow=c("NA", "NaN"), coerce=FALSE, .name=NULL)
## Don't use the below:
## S3 method for class 'Arguments'
getLogicals(static, x, ..., disallow=c("NA", "NaN"), coerce=FALSE, .name=NULL)
Arguments
x |
A |
disallow |
A |
... |
Arguments passed to @method "getVector". |
.name |
A |
Value
Author(s)
Henrik Bengtsson
See Also
For more information see Arguments
.
[Package R.utils version 2.13.0 Index]