Arguments$getIntegers | R Documentation |
Coerces to a integer vector and validates.
## 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 passed to @method "getNumeric". |
disallow |
Disallowed values. See @method "getNumerics" for details. |
Returns a integer
vector
.
Henrik Bengtsson
For more information see Arguments
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.