loadResult: Load the Result of a Single Job

View source: R/loadResult.R

loadResultR Documentation

Load the Result of a Single Job

Description

Loads the result of a single job.

Usage

loadResult(id, reg = getDefaultRegistry())

Arguments

id

[integer(1) or data.table]
Single integer to specify the job or a data.table with column job.id and exactly one row.

reg

[Registry]
Registry. If not explicitly passed, uses the default registry (see setDefaultRegistry).

Value

[ANY]. The stored result.

See Also

Other Results: batchMapResults(), reduceResultsList(), reduceResults()


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