getIndices.Arguments: Coerces to a integer vector and validates

Arguments$getIndicesR Documentation

Coerces to a integer vector and validates

Description

Coerces to a integer vector and validates.

Usage

## 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)

Arguments

x

A single vector. If logical, which() is used.

...

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.

Value

Returns an integer vector.

Author(s)

Henrik Bengtsson

See Also

For more information see Arguments.


HenrikBengtsson/R.utils documentation built on March 7, 2024, 9:37 a.m.