sdf_seq
From sparklyr v0.6.2
by Javier Luraschi
Create DataFrame for Range
Creates a DataFrame for the given range
Usage
sdf_seq(sc, from = 1L, to = 1L, by = 1L, repartition = NULL)
Arguments
- sc
The associated Spark connection.
- from, to
The start and end to use as a range
- by
The increment 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.