sysByMethods: Set of methods to apply a system call over an Experiment...

sysByMethodsR Documentation

Set of methods to apply a system call over an Experiment object

Description

If threads > 1 and the doMC package has been installed, multiple processes will be executed at the same time.

sysBySample the function is called splitting the experiment into sample/s.

sysByRun the function is called splitting the experiment into run/s.

sysByFct the function is called splitting the experiment according to the factor provided.

sysByAll the function is called using all files as input/output.

sysByFile the function is called on each file separately.

Usage

sysBySample(obj, cmd, ..., stdout = "", stderr = "", thread = 1)

sysByRun(obj, cmd, ..., stdout = "", stderr = "", thread = 1)

sysByFct(obj, cmd, by, ..., stdout = "", stderr = "", thread = 1)

sysByAll(obj, cmd, ..., stdout = "", stderr = "", thread = 1)

sysByFile(obj, cmd, ..., stdout = "", stderr = "", thread = 1)

Arguments

obj

Experiment

cmd

character, a system command

...

argument/s to the command

stdout

passed to stdout of system2

stderr

passed to stderr of system2

thread

integer, the number of parallel process to execute

by

factor, the experiment will be spitted according to this factor

Value

a list of objects returned by the function


GiBacci/expR documentation built on Oct. 15, 2022, 12:15 a.m.