spark_dataframe
From sparklyr v0.3.14
by Javier Luraschi
Get the Spark DataFrame associated with an object
S3 method to get the Spark DataFrame associated with objects of various types.
Usage
spark_dataframe(x, ...)
Arguments
- x
- Object to get DataFrame from
- ...
- Reserved for future use
Value
-
Reference to DataFrame
Community examples
Looks like there are no examples yet.