testJob | R Documentation |
Starts a single job on the local machine.
testJob(id, external = FALSE, reg = getDefaultRegistry())
id |
[ |
external |
[ If |
reg |
[ |
Returns the result of the job if successful.
Other debug:
getErrorMessages()
,
getStatus()
,
grepLogs()
,
killJobs()
,
resetJobs()
,
showLog()
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
batchMap(function(x) if (x == 2) xxx else x, 1:2, reg = tmp)
testJob(1, reg = tmp)
## Not run:
testJob(2, reg = tmp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.