Rdocumentation
powered by
Learn R Programming
momr (version 1.1)
launchTask: launchTask
Description
This function distributes the calculations as separate processes in a multi-thread server.
Usage
launchTask(input, output, script)
Arguments
input
: a folder containing elements that are to be processed
output
: a folder where the processed results will be writen
script
: the R script that is to be executed in parallel
Value
nothing
Details
launchTask