getIndices.Arguments: Coerces to a integer vector and validates
Description
Coerces to a integer vector and validates.Usage
Arguments$getIndices(x, ..., max=Inf, range=c(1 * (max > 0), max), .name=NULL)
Arguments
...
Arguments passed to @method "getIntegers".
range
Allowed range. See @method "getNumerics" for details.
max
The maximum of the default range.
.name
A character
string for name used in error messages. synopsis
getIndices.Arguments(static, x, ..., max=Inf, range=c(1 * (max > 0), max), .name=NULL)