Learn R Programming

rcrisp (version 0.3.1)

read_data_from_cache: Read data from the cache directory

Description

For the directory used for caching see cache_directory().

Usage

read_data_from_cache(filepath, unwrap = FALSE, quiet = FALSE)

Value

Object deserialized

Arguments

filepath

Path of the file to deserialize as a character string

unwrap

Whether the deserialized object should be "unpacked" (as required by terra::SpatRaster objects)

quiet

Omit warning on cache file being loaded