Loads result files for id vector.
loadResults(
reg,
ids,
part = NA_character_,
simplify = FALSE,
use.names = "ids",
missing.ok = FALSE,
impute.val = NULL
)
[Registry
]
Registry.
[integer
]
Ids of jobs.
Default is all done jobs.
[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)
]
Should the result be simplified to a vector, matrix or higher dimensional array if possible?
Default is TRUE
.
[character(1)
]
Name the results with job ids (“ids”), stored job names (“names”)
or return a unnamed result (“none”).
Default is ids
.
[logical(1)
]
If FALSE
an error is thrown if the results are not found.
Otherwise missing results are imputed to NULL
.
Default is FALSE
.
[any]
The value to return when no result is available.
Defaults to NULL
(the previous behavior)
[list
]. Results of jobs as list, possibly named by ids.