loadSpataObject: Load corresponding objects

View source: R/l.R

loadSpataObjectR Documentation

Load corresponding objects

Description

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

Usage

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

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.

Value

The load object of interest.


kueckelj/SPATA2 documentation built on March 16, 2024, 10:25 a.m.