execJob | R Documentation |
Executes a single job (as created by makeJob
) and returns
its result. Also works for Experiments.
execJob(job)
job |
[ |
Result of the job.
tmp = makeRegistry(file.dir = NA, make.default = FALSE)
batchMap(identity, 1:2, reg = tmp)
job = makeJob(1, reg = tmp)
execJob(job)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.