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


[Package SparkR version 1.6.0 Index]