print.jobj {SparkR}R Documentation

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 class 'jobj'
print(x, ...)

Arguments

x

The JVM object reference

...

further arguments passed to or from other methods

Note

print.jobj since 1.4.0


[Package SparkR version 2.3.1 Index]