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

'RS.assign' for list of Rserve connections

Description

Wrapper on 'RS.assign' for list of Rserve connections.

Usage

rscl.assign(rscl = getOption("bigdatatable.rscl"), name, value, wait = TRUE,
  parallel = FALSE, simplify = TRUE)

Arguments

rscl,

lists of Rserve connections.

name

character variable of name to be used in each node for new object.

value

object to be assigned to each node.

wait

logical default TRUE passed to 'RS.eval'.

parallel

logical, default FALSE, when TRUE it will auto collect results

simplify

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

Value

Results from 'RS.assign' in 'sapply'.


[Package big.data.table version 0.3.4 Index]