emerge.Rd
Pull and reassemble a distributed object locally
emerge(x, combiner=TRUE, ...)
# Default S3 method
emerge(x, combiner, ...)
# S3 method for class 'DistributedObject'
emerge(x, combiner = TRUE, ...)
Synchronously pull and recreate a distributed object.
If no combiner function provided, and combiner=TRUE
, combine based on the combine
method defined for the chunk classes.
The value of the emerged object, or a list of chunks if combine=FALSE
.
##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x, combiner = TRUE, ...)
UseMethod("emerge", x)
#> function (x, combiner = TRUE, ...)
#> UseMethod("emerge", x)
#> <environment: 0x564c48356f98>