Learn R Programming

ddR (version 0.1.2)

do_collect: Backend implemented function to move data from storage to the calling context (node).

Description

Backend implemented function to move data from storage to the calling context (node).

Usage

do_collect(x, parts)
"do_collect"(x, parts)

Arguments

x
The distributed object to fetch data from.
parts
The parts (indices) of the distributed object to fetch.

Value

The data returned as a list, matrix, or data.frame.