Skip to contents

Loads an object from the ./data/interim/ directory created during the GeoPressure analysis. This is a convenience function to quickly restore saved objects (e.g., tag, graph, path_most_likely) for a given tag id.

Usage

load_interim(id, ...)

Arguments

id

A character string of length 1 corresponding to the tag identifier used in the GeoPressureTemplate (e.g., "18LX"). The function will look for a file named ./data/interim/{id}.RData.

...

Additional arguments passed to base::load(), such as envir.

Value

Invisibly returns the names of the objects loaded (as in base::load()).