Learn R Programming

⚠️There's a newer version (1.0-11) of this package.Take me there.

rJava (version 0.3-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

Version

Install

install.packages('rJava')

Monthly Downloads

74,333

Version

0.3-2

License

GPL version 2 or newer

Maintainer

Simon Urbanek

Last Published

January 26th, 2024

Functions in rJava (0.3-2)

JavaAccess

Field/method operator for Java objects
jcall

Call a Java method
jfloat-class

Class "jfloat" - numeric vector marekd as float
jfloat

Wrap numeric vector as flat Java parameter
jcast

Cast a Java object to another class
jreflection

Simple helper functions for Java reflection
print.jobjRef

Print a Java object
jnull

Creates a null object reference
jobjRef-class

Class "jobjRef" - Reference to a Java object
jinit

Initialize Java VM
jarrayRef-class

Class "jarrayRef" Reference to an array Java object
jnew

Create a Java object