launchTask | R Documentation |
This function distributes the calculations as separate processes in a multi-thread server.
launchTask(
input,
output,
script,
nb_proc = NULL,
resume = TRUE,
pattern = "data_part"
)
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 |
nb_proc |
: number of processes to run the task |
resume |
: resume the computation for the remaining shares (default=TRUE) |
pattern |
: the pattern of the files to be used in the // computation procedure |
launchTask
nothing
the number of processors may be specified. TODO: add the argument
Edi Prifti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.