SJava (version 0.98.0)

convertFromToJava: Convert Java instance to R instances and vice versa

Description

These functions convert Java language structures (e.g., a Java vector) to the corresponding R structure (e.g., an R vector).

Usage

convertListToJava(x, ...) convertNamedListToJava(x, ...) convertArrayFromJava(x, ...) convertOrderedTableFromJava(x, ...) convertVectorFromJava(x, ...) simplifyListToVector(x) setDefaultConverters()

Arguments

x
The R object or Java reference to be convereted or simplified.
...
Additional (unused) arguments.

Value

The convert functions return the converted R or Java object. setDefaultConverters sets the converts enumerated here as the default for the corresponding data types.

References

http://www.omegahat.org, http://www.javasoft.com