Learn R Programming

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

rJava (version 0.3-8)

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

90,779

Version

0.3-8

License

GPL version 2

Maintainer

Simon Urbanek

Last Published

January 26th, 2024

Functions in rJava (0.3-8)

jfloat-class

Class "jfloat" - numeric vector marekd as float
jreflection

Simple helper functions for Java reflection
JavaAccess

Field/method operator for Java objects
jobjRef-class

Class "jobjRef" - Reference to a Java object
jinit

Initialize Java VM
jcast

Cast a Java object to another class
jnull

Creates a null object reference
jcall

Call a Java method
jarray

Creates a Java array from a vector
print.jobjRef

Print a Java object
jnew

Create a Java object
jarrayRef-class

Class "jarrayRef" Reference to an array Java object
jfloat

Wrap numeric vector as flat Java parameter