rscl.assign {big.data.table} | R Documentation |
Wrapper on 'RS.assign' for list of Rserve connections.
rscl.assign(rscl = getOption("bigdatatable.rscl"), name, value, wait = TRUE, parallel = FALSE, simplify = TRUE)
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'. |
Results from 'RS.assign' in 'sapply'.