newJob | R Documentation |
Create a new job
newJob(id, cmd, outFile, depend = NULL)
id |
character, job ids. |
cmd |
character, commands to run |
outFile |
character, the output file names after command are run successfully |
depend |
character vector, specify the prerequisite files (e.g. outFile from other jobs) |
j1 <- newJob('id1', 'cmd out1', 'out1')
j2 <- newJob('id2', 'cmd out2', 'out2', depend = 'out1')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.