SparkR (version 2.4.6)

print.jobj: Print a JVM object reference.

Description

This function prints the type and id for an object stored in the SparkR JVM backend.

Usage

# S3 method for jobj
print(x, ...)

Arguments

x

The JVM object reference

...

further arguments passed to or from other methods