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

Require packages in list of Rserve instances

Description

A wrapper to 'RS.eval'.

Usage

rscl.require(rscl = getOption("bigdatatable.rscl"), package, quietly = TRUE)

Arguments

rscl,

lists of Rserve connections.

package

character vector of packages to require on each of R node.

quietly

logical defaul TRUE, no warning.

Value

Logical matrix.


[Package big.data.table version 0.3.4 Index]