Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

loadResult

Loads a specific result file.


Description

Loads a specific result file.

Usage

loadResult(reg, id, part = NA_character_, missing.ok = FALSE,
  impute.val = NULL)

Arguments

reg

[Registry]
Registry.

id

[integer(1)]
Id of job.

part

[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.

missing.ok

[logical(1)]
If FALSE an error is thrown if no result file is found. Otherwise NULL is returned. Default is FALSE.

impute.val

[any]
The value to return when no result is available. Defaults to NULL (the previous behavior)

Value

[any]. Result of job.

See Also


BatchJobs

Batch Computing with R

v1.8
BSD_2_clause + file LICENSE
Authors
Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang <michellang@gmail.com>, Henrik Bengtsson <henrikb@braju.com>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.