blob: 00a20a44437ec2485f08bf2325c1a0d69c82e553 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
rJava is a simple R-to-Java interface. It is comparable to the .C/.Call C
interface. rJava provides a low-level bridge between R and Java (via JNI). It
allows to create objects, call methods and access fields of Java objects from R.
In a sense the inverse of rJava is JRI (Java/R Interface) which provides the
opposite direction - calling R from Java. JRI is now shipped as a part of the
rJava package, although it still can be used as a separate entity (especially
for development).
See also: https://rforge.net/rJava/
|