get_parts: Gets the partitions to a distributed object, given an index.

Description Usage Arguments Value

Description

Gets the partitions to a distributed object, given an index.

Usage

1
2
3
4
5
6
7
get_parts(x, index, ...)

## S4 method for signature 'ParallelObj,missing'
get_parts(x, index, ...)

## S4 method for signature 'ParallelObj,integer'
get_parts(x, index, ...)

Arguments

x

The distributed object to dispatch on.

index

The index or indices of the partitions to fetch.

...

Other options (not in use currently)

Value

A list containing the partitions of 'x'.


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