rscl.collect: Collect results from Rserve connection list

Description Usage Arguments Value

View source: R/rscl.R

Description

Collect results from Rserve connection list

Usage

1
2
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.


jangorecki/big.data.table documentation built on May 18, 2019, 12:24 p.m.