View source: R/sdf_interface.R
sdf_register | R Documentation |
Registers a Spark DataFrame (giving it a table name for the
Spark SQL context), and returns a tbl_spark
.
sdf_register(x, name = NULL)
x |
A Spark DataFrame. |
name |
A name to assign this table. |
Other Spark data frames:
sdf_copy_to()
,
sdf_distinct()
,
sdf_random_split()
,
sdf_sample()
,
sdf_sort()
,
sdf_weighted_sample()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.