read_data_from_cache {rcrisp}R Documentation

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)

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

Value

Object deserialized


[Package rcrisp version 0.1.4 Index]