combine: Combines a list of partitions into a single distributed...

Description Usage Arguments Value

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

1
2
3
4
combine(driver, items)

## S4 method for signature '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.


ddR documentation built on May 29, 2017, 6:52 p.m.