sdf_along
From sparklyr v0.9.3
by Javier Luraschi
Create DataFrame for along Object
Creates a DataFrame along the given object.
Usage
sdf_along(sc, along, repartition = NULL)
Arguments
- 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.
Community examples
Looks like there are no examples yet.