combine: Combines a list of partitions into a single distributed
object. (can be implemented by a frontend wrapper without actually
combining data in storage).
Description
Combines a list of partitions into a single distributed
object. (can be implemented by a frontend wrapper without actually
combining data in storage).Usage
combine(driver, items)## S3 method for class 'ParallelddR,list':
combine(driver, items)
Arguments
driver
The driver on which combine is dispatched.
items
A list of partitions to combine.
Value
- A new distributed object made form the items list.