remapFilenames {reproducible} | R Documentation |
Remap file names
Description
Update file path metadata for file-backed objects (e.g., SpatRasters
).
Useful when moving saved objects between projects or machines.
Usage
remapFilenames(obj, tags, cachePath, ...)
Arguments
obj |
(optional) object whose file path metadata will be remapped |
tags |
cache tags |
cachePath |
character string specifying the path to the cache directory or |
... |
Additional path arguments, passed to |
[Package reproducible version 2.1.0 Index]