Learn R Programming

J4R (version 1.0.8)

getListOfJavaReferences: Provide a list of the Java references

Description

The function provides the list of the Java references in an environment.

Usage

getListOfJavaReferences(envir = .GlobalEnv)

Arguments

envir

the environment to be scanned for java.object and java.list instances. By default, it is the global environment

Value

a vector with the names of the instances

Details

By default this function provides the Java reference in the current environment. If there is no Java references then the value of the function is an empty list. If just.names is set to true, the value is a vector with the names of the instances. If false, then the function returns a list with the instances.