sdf_coalesce {sparklyr}R Documentation

Coalesces a Spark DataFrame

Description

Coalesces a Spark DataFrame

Usage

sdf_coalesce(x, partitions)

Arguments

x

An object coercable to a Spark DataFrame (typically, a tbl_spark).

partitions

number of partitions


[Package sparklyr version 0.6.4 Index]