Loads a specific result file.
loadResult(
reg,
id,
part = NA_character_,
missing.ok = FALSE,
impute.val = NULL
)
[Registry
]
Registry.
[integer(1)
]
Id of job.
[character
]
Only useful for multiple result files, then defines which result file part(s) should be loaded.
NA
means all parts are loaded, which is the default.
[logical(1)
]
If FALSE
an error is thrown if no result file is found.
Otherwise NULL
is returned.
Default is FALSE
.
[any]
The value to return when no result is available.
Defaults to NULL
(the previous behavior)
[any]. Result of job.