Learn R Programming

ddR (version 0.1.1)

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

Description

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

Usage

get_parts(x, index, ...)

## S3 method for class 'ParallelObj,missing': get_parts(x, index, ...)

## S3 method for class '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'.