sdf_len | R Documentation |
Creates a DataFrame for the given length.
sdf_len(sc, length, repartition = NULL, type = c("integer", "integer64"))
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. |
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.