View source: R/spark_dataframe.R
spark_dataframe | R Documentation |
This S3 generic is used to access a Spark DataFrame object (as a Java object reference) from an R object.
spark_dataframe(x, ...)
x |
An R object wrapping, or containing, a Spark DataFrame. |
... |
Optional arguments; currently unused. |
A spark_jobj
representing a Java object reference
to a Spark DataFrame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.