rscl.collect {big.data.table}R Documentation

Collect results from Rserve connection list

Description

Collect results from Rserve connection list

Usage

rscl.collect(rscl = getOption("bigdatatable.rscl"), timeout = Inf,
  detail = FALSE, try = TRUE, simplify = TRUE)

Arguments

rscl

list of connections to R nodes

timeout

numeric passed to 'RS.collect'.

detail

logical passed to 'RS.collect'.

try

logical default TRUE, will wrap collection into 'try' to finish collection from all nodes instead of aborting on error.

simplify

logical, default TRUE, passed to underlying 'sapply'.

Value

Results from 'try' 'RS.collect' from each node, simplified if possible.


[Package big.data.table version 0.3.4 Index]