Description Usage Arguments Author(s) Examples
Add batch to a queue
| 1 2 3 4 5 6 | 
| object | An object of class queue | 
| ... | Others arguments from specific methods | 
| path | Character Path to the R batch. (Mandatory) | 
| name | Character Alias of the batch. (Default basename(batch@path)) | 
| desc | Character Description | 
| params | Named list that contains the variable to be transfered to batch. (Default NULL) | 
| parallelizable | Logical If batch can be launched multiple times at the same moment regardless to groups. (Default TRUE) | 
| waitBeforeNext | Logical If queue can launch next batch while this one. (Default TRUE) | 
| endIfKO | Logical If batch ends KO, forcefully terminate queue. (Default TRUE) | 
| logfile | Character Path to file that contains batch output. (Default queue@logfolder/batch@name.log) | 
Quentin Fazilleau
| 1 2 3 4 5 6 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.