Rdocumentation
powered by
Learn R Programming
sparklyr (version 0.3.5)
spark_jobj: Get the spark_jobj associated with an object
Description
S3 method to get the spark_jobj associated with objects of various types.
Usage
spark_jobj(x, ...)
Arguments
x
Object to extract jobj from
...
Reserved for future use
Value
A
spark_jobj
object that can be passed to
invoke
.
See Also
invoke