Learn R Programming

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

rJava (version 0.8-1)

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

85,547

Version

0.8-1

License

GPL-2

Maintainer

Simon Urbanek

Last Published

November 1st, 2009

Functions in rJava (0.8-1)

J

High level API for accessing Java
JavaAccess

Field/method operator for Java objects
jarrayRef-class

Class "jarrayRef" Reference to an array Java object
clone

Object cloner
Exceptions

Exception handling
jclassName-class

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

Java callback engineCast a Java object to another class
aslist

Converts java objects or arrays to R lists
jreflection

Simple helper functions for Java reflection
jcastToArray

Ensures that a given object is an array reference
jequals

Comparing Java References
jarray

Java array handling functions
jmemprof

rJava memory profiler
jfloat

Wrap numeric vector as flat Java parameter
.jinstanceof

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

Java null object reference
jfloat-class

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

Initialize Java VM
jnew

Create a Java object
show

Show a Java Object Reference
jobjRef-class

Class "jobjRef" - Reference to a Java object
jsimplify

Converts Java object to a simple scalar if possible
loader

Java class loader
jrectRef-class

Rectangular java arrays
javaImport

Attach mechanism for java packages
jcall

Call a Java method
java-tools

java tools used internally in rJava
jserialize

Java object serialization
jcast

Cast a Java object to another class
jfield

Obtains the value of a field
jpackage

Initialize an R package containing Java code
with.jobjRef

with and within methods for Java objects and class names
rep

Creates java arrays by cloning
new

Create a new Java object
jcheck

Java exception handling