sdf_along: Create DataFrame for along Object

View source: R/sdf_sequence.R

sdf_alongR Documentation

Create DataFrame for along Object

Description

Creates a DataFrame along the given object.

Usage

sdf_along(sc, along, repartition = NULL, type = c("integer", "integer64"))

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.

type

The data type to use for the index, either "integer" or "integer64".


sparklyr documentation built on Nov. 2, 2023, 5:09 p.m.