Learn R Programming

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

rJava (version 0.2-3)

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

72,104

Version

0.2-3

License

GPL version 2 or newer

Maintainer

Simon Urbanek

Last Published

January 26th, 2024

Functions in rJava (0.2-3)

print.jobjRef

Print a Java object
jcall

Call a Java method
jnew

Create a Java object
jfloat

Wrap numeric vector as flat Java parameter
jinit

Initialize Java VM
jreflection

Simple helper functions for Java reflection
jnull

Creates a null object reference
jfloat-class

Class "jfloat" - numeric vector marekd as float
JavaAccess

Field/method operator for Java objects
jcast

Cast a Java object to another class
jobjRef-class

Class "jobjRef" - Reference to a Java object
jarrayRef-class

Class "jarrayRef" Reference to an array Java object