rscl.assign: 'RS.assign' for list of Rserve connections

Description Usage Arguments Value

View source: R/rscl.R

Description

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

Usage

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


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