spark_connection {sparklyr}R Documentation

Retrieve the Spark Connection Associated with an R Object

Description

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.


[Package sparklyr version 1.8.6 Index]