sdf_along | R Documentation |
Creates a DataFrame along the given object.
sdf_along(sc, along, repartition = NULL, type = c("integer", "integer64"))
sc |
The associated Spark connection. |
along |
Takes the length from the length of this argument. |
repartition |
The number of partitions to use when distributing the data across the Spark cluster. |
type |
The data type to use for the index, either |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.