execJob: Execute a Single Jobs

View source: R/execJob.R

execJobR Documentation

Execute a Single Jobs

Description

Executes a single job (as created by makeJob) and returns its result. Also works for Experiments.

Usage

execJob(job)

Arguments

job

[Job | Experiment]
Job/Experiment to execute.

Value

Result of the job.

Examples


tmp = makeRegistry(file.dir = NA, make.default = FALSE)
batchMap(identity, 1:2, reg = tmp)
job = makeJob(1, reg = tmp)
execJob(job)

batchtools documentation built on April 20, 2023, 5:09 p.m.