View source: R/sdf_interface.R
sdf_repartition | R Documentation |
Repartition a Spark DataFrame
sdf_repartition(x, partitions = NULL, partition_by = NULL)
x |
A |
partitions |
number of partitions |
partition_by |
vector of column names used for partitioning, only supported for Spark 2.0+ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.