Family of functions to load corresponding objects of different analysis platforms. See details and value for more information.

loadSpataObject(directory_spata, verbose = TRUE, update = TRUE)

Arguments

directory_spata

Character value. The directory from which to load the spata-object.

verbose

Logical. If set to TRUE informative messages regarding the computational progress will be printed.

(Warning messages will always be printed.)

Value

The load object of interest.

Details

loadSpataObject() is a wrapper around base::readRDS() with which you could load your spata-object as well. The other two functions take the spata-object and use getDirectoryInstructions() to extract the directories of the corresponding object to be loaded under which they were saved the last time saveCorresponding*() was used.