Creates a DataFrame along the given object.
sdf_along(sc, along, repartition = NULL, type = c("integer", "integer64"))
The associated Spark connection.
Takes the length from the length of this argument.
The number of partitions to use when distributing the data across the Spark cluster.
The data type to use for the index, either "integer"
or "integer64"
.