Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getIntegers.Arguments

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

Returns a integer vector.

Author(s)

Henrik Bengtsson

See Also

For more information see Arguments.


R.utils

Various Programming Utilities

v2.10.1
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.