Arguments$getLogicals
From R.utils v1.26.2
by Henrik Bengtsson
Coerces to a logical vector and validates
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
Value
See Also
For more information see Arguments
.
Community examples
Looks like there are no examples yet.