Arguments$getIntegers {R.utils} | R Documentation |
Coerces to a integer vector and validates
Description
Coerces to a integer vector and validates.
Usage
## Static method (use this):
## Arguments$getIntegers(..., disallow=c("NA", "NaN"))
## Don't use the below:
## S3 method for class 'Arguments'
getIntegers(static, ..., disallow=c("NA", "NaN"))
Arguments
... |
Arguments passed to @method "getNumeric". |
disallow |
Disallowed values. See @method "getNumerics" for details. |
Value
Author(s)
Henrik Bengtsson
See Also
For more information see Arguments
.
[Package R.utils version 2.13.0 Index]