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)## S3 method for class 'ParallelObj,integer':
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.