Loads the result of a single job.
Usage
loadResult(id, reg = getDefaultRegistry())
Arguments
- id
[
integer(1)
ordata.table
]
Single integer to specify the job or adata.table
with columnjob.id
and exactly one row.- reg
[
Registry
]
Registry. If not explicitly passed, uses the default registry (seesetDefaultRegistry
).
See also
Other Results:
batchMapResults()
,
reduceResults()
,
reduceResultsList()