Arguments$getIndices | R Documentation |
Coerces to a integer vector and validates.
## Static method (use this):
## Arguments$getIndices(x, ..., max=Inf, range=c(1 * (max > 0L), max), .name=NULL)
## Don't use the below:
## S3 method for class 'Arguments'
getIndices(static, x, ..., max=Inf, range=c(1 * (max > 0L), max), .name=NULL)
x |
A single |
... |
Arguments passed to @method "getIntegers". |
range |
Allowed range. See @method "getNumerics" for details. |
max |
The maximum of the default range. |
.name |
A |
Returns an 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.