sdf_len
From sparklyr v0.9.2
by Javier Luraschi
Create DataFrame for Length
Creates a DataFrame for the given length.
Usage
sdf_len(sc, length, repartition = NULL)
Arguments
- sc
The associated Spark connection.
- length
The desired length of the sequence.
- repartition
The number of partitions to use when distributing the data across the Spark cluster.
Community examples
Looks like there are no examples yet.