Description Usage Arguments Value Examples
Create a spark_tbl
1 2 3 4 5 6 7 8 9 10 11 | spark_tbl(.df, ...)
## S3 method for class 'data.frame'
spark_tbl(.df, ...)
## S3 method for class 'SparkDataFrame'
spark_tbl(.df, ...)
createDataFrame(.df, ...)
is.spark_tbl(.df)
|
.df |
object coercible to |
... |
any other arguments passed to |
an object of class spark_tbl
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.