classBatch: The batch class

Description Slots Author(s) Examples

Description

This class is used to store follwing slot

Slots

name

Character Contains alias of the batch. (Default basename(batch@path))

desc

Character Description. (Optional)

path

Character Contains the path to the R batch. (Mandatory)

params

Named list 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 Contains path to file that contains batch output. (Default queue@logfolder/batch@name.log)

Rank

Numeric Contains rank number of batch within the queue. (Not set manually)

Author(s)

Quentin Fazilleau

Examples

1
2
3
4
showClass("batch")

## Methods available for this class
showMethods(classes="batch")

qfazille/launcheR documentation built on May 28, 2019, 4:40 p.m.