getJavaClassName: Get a Java Object's Class Name

Description Usage Arguments Value See Also Examples

View source: R/Public.R

Description

The function getJavaClassName returns the class name for the Java object behind an rJava object reference.

Usage

1

Arguments

value

An rJava object reference.

Value

A character vector of length one containing the class name of the Java object.

See Also

convertToJava , convertToR

Examples

1
2
3

Example output

OpenJDK 64-Bit Server VM warning: Can't detect primordial thread stack location - find_vma failed
[1] "[[I"
[1] "java.util.ArrayList"

jdx documentation built on July 2, 2020, 2:12 a.m.