Learn R Programming

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

rJava (version 0.9-11)

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

76,865

Version

0.9-11

License

GPL-2

Maintainer

Simon Urbanek

Last Published

March 29th, 2019

Functions in rJava (0.9-11)

jclassName-class

Class "jclassName" - a representation of a Java class name
JavaAccess

Field/method operator for Java objects
jengine

Java callback engineCast a Java object to another class
aslist

Converts java objects or arrays to R lists
jequals

Comparing Java References
Exceptions

Exception handling
J

High level API for accessing Java
jrectRef-class

Rectangular java arrays
jreflection

Simple helper functions for Java reflection
jfield

Obtains the value of a field
rep

Creates java arrays by cloning
clone

Object cloner
jcall

Call a Java method
jcast

Cast a Java object to another class
jarray

Java array handling functions
jarrayRef-class

Class "jarrayRef" Reference to an array Java object
show

Show a Java Object Reference
java-tools

java tools used internally in rJava
jserialize

Java object serialization
javaImport

Attach mechanism for java packages
jsimplify

Converts Java object to a simple scalar if possible
loader

Java class loader
jnew

Create a Java object
new

Create a new Java object
jnull

Java null object reference
.jinstanceof

Is a java object an instance of a given java class
jcastToArray

Ensures that a given object is an array reference
jfloat

Wrap numeric vector as flat Java parameter
jfloat-class

Classes "jfloat", "jlong", "jbyte" and "jchar" specify Java native types that are not native in R
jcheck

Java exception handling
jmemprof

rJava memory profiler
jinit

Initialize Java VM
toJava

Convert R objects to REXP references in Java
with.jobjRef

with and within methods for Java objects and class names
jobjRef-class

Class "jobjRef" - Reference to a Java object
jpackage

Initialize an R package containing Java code