| CommandR-class | R Documentation |
A virtual class for submitting command line calls
For a concrete child class employing system calls see CommandRsystem.
For a concrete child class employing the sun grid engine calls see CommandRsge.
If you want to implement your own child class be sure to at least implement the following functions:
exec,CommandR-method.
logDirA directory where log and error files are written to
doRunFlag indicating whether the analysis should actually run.
handlesJobDepsFlag indicating whether the class object can actually handle job dependencies on its own
getLogDir,CommandR-methodGet the logging directory.
exec,CommandR-methodExecute a command/job.
lexec,CommandR-methodExecute an array of commands/jobs.
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.