Java$asInt {R.utils} | R Documentation |
Converts an numeric to a Java integer
Description
Converts an numeric to a Java integer.
Usage
## Static method (use this):
## Java$asInt(x, ...)
## Don't use the below:
## S3 method for class 'Java'
asInt(static, x, ...)
Arguments
x |
|
... |
Not used. |
Value
Author(s)
Henrik Bengtsson
See Also
For more information see Java
.
[Package R.utils version 2.13.0 Index]