spark_connection
From sparklyr v0.5
by Javier Luraschi
Retrieve the Spark Connection Associated with an R Object
Retrieve the spark_connection
associated with an R object.
Usage
spark_connection(x, ...)
Arguments
- x
- An R object from which a
spark_connection
can be obtained. - ...
- Optional arguments; currently unused.
Community examples
Looks like there are no examples yet.