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