Given a set of OML object ids, the function populates the cache directory by downloading the corresponding objects. This can avoid network access in later experiments, as you can retrieve all objects from the cache on disk. This is of particular interest in highly parallel computations on a cluster with a shared file system.

populateOMLCache(data.ids = integer(0L), task.ids = integer(0L),
  flow.ids = integer(0L), run.ids = integer(0L), verbosity = NULL,
  overwrite = FALSE)

Arguments

data.ids

[integer]
Dataset IDs. Default is none.

task.ids

[integer]
Task IDs. Default is none.

flow.ids

[integer]
Flow IDs. Default is none.

run.ids

[integer]
Run IDs. Default is none.

verbosity

[integer(1)]
Print verbose output on console? Possible values are:
0: normal output,
1: info output,
2: debug output.
Default is set via setOMLConfig.

overwrite

[integer(1)]
Should files that are already in cache be overwritten?

Value

[invisible(NULL)]