Run Jobs Interactively
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.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.