powered by
Registers a Spark DataFrame (giving it a table name for the Spark SQL context), and returns a tbl_spark.
tbl_spark
sdf_register(x, name = NULL)
A Spark DataFrame.
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()
sdf_copy_to()
sdf_distinct()
sdf_random_split()
sdf_sample()
sdf_sort()
sdf_weighted_sample()