Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (1.0-11) of this package.
Take me there.
rJava (version 0.4-2)
Low-level R to Java interface
Description
Low-level interface to Java VM very much like .C/.Call and friends. Allows creation of objects, calling methods and accessing fields.
Copy Link
Link to current version
Version
Version
1.0-11
1.0-10
1.0-6
1.0-5
1.0-4
0.9-13
0.9-12
0.9-11
0.9-10
0.9-9
0.9-8
0.9-7
0.9-6
0.9-5
0.9-4
0.9-3
0.9-2
0.9-1
0.9-0
0.8-8
0.8-7
0.8-6
0.8-5
0.8-4
0.8-3
0.8-2
0.8-1
0.8-0
0.7-0
0.6-3
0.6-2
0.6-1
0.6-0
0.5-1
0.5-0
0.4-16
0.4-15
0.4-14
0.4-13
0.4-12
0.4-11
0.4-10
0.4-9
0.4-8
0.4-7
0.4-6
0.4-3
0.4-2
0.4-1
0.4-0
0.3-10
0.3-9
0.3-8
0.3-6
0.3-3
0.3-2
0.2-3
Install
install.packages('rJava')
Monthly Downloads
96,400
Version
0.4-2
License
GPL version 2
Maintainer
Simon Urbanek
Last Published
January 26th, 2024
Functions in rJava (0.4-2)
Search all functions
JavaAccess
Field/method operator for Java objects
jcast
Cast a Java object to another class
jfloat-class
Class "jfloat" - numeric vector marekd as float
jobjRef-class
Class "jobjRef" - Reference to a Java object
jarrayRef-class
Class "jarrayRef" Reference to an array Java object
jarray
Creates a Java array from a vector
jreflection
Simple helper functions for Java reflection
jcall
Call a Java method
jfloat
Wrap numeric vector as flat Java parameter
print.jobjRef
Print a Java object
jnull
Creates a null object reference
jinit
Initialize Java VM
jnew
Create a Java object