Description Slots Author(s) Examples
This class is used to store follwing slot
nameCharacter Contains alias of the batch. (Default basename(batch@path))
descCharacter Description. (Optional)
pathCharacter Contains the path to the R batch. (Mandatory)
paramsNamed list Contains the variable to be transfered to batch. (Default NULL)
parallelizableLogical If batch can be launched multiple times at the same moment regardless to groups. (Default TRUE)
waitBeforeNextLogical If queue can launch next batch while this one. (Default TRUE)
endIfKOLogical If batch ends KO, forcefully terminate queue. (Default TRUE)
logfileCharacter Contains path to file that contains batch output. (Default queue@logfolder/batch@name.log)
RankNumeric Contains rank number of batch within the queue. (Not set manually)
Quentin Fazilleau
1 2 3 4 | showClass("batch")
## Methods available for this class
showMethods(classes="batch")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.